Skip to content

[DOCS]Corrections for index-mgmt page. #98481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/reference/images/index-mgmt/compassicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/reference/indices/index-mgmt.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ You can drill down into each index to investigate the index
<<index-modules-settings,settings>>, <<mapping,mapping>>, and statistics.
From this view, you can also edit the index settings.

To view and explore the documents within an index, click the compass symbol next to the index name to open {kibana-ref}/discover.html[Discover].
To view and explore the documents within an index, click the compass icon image:compassicon.png[width=3%] next to the index name to open {kibana-ref}/discover.html[Discover].

[role="screenshot"]
image::images/index-mgmt/management_index_details.png[Index Management UI]
Expand Down Expand Up @@ -82,10 +82,10 @@ them.
To view more information about a data stream, such as its generation or its
current index lifecycle policy, click the stream's name.

To view and explore the data within a data stream, click the compass symbol next to the data stream name to open {kibana-ref}/discover.html[Discover].
To view and explore the data within a data stream, click the compass icon image:compassicon.png[width=3%] next to the data stream name to open {kibana-ref}/discover.html[Discover].

[role="screenshot"]
image::images/index-mgmt/management_index_data_stream_stats2.png[Data stream details]
image::images/index-mgmt/management_index_data_stream_stats.png[Data stream details]

To view information about the stream's backing indices, click the number in the
*Indices* column.
Expand Down