Skip to content
Merged
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
8 changes: 7 additions & 1 deletion docs/management/managing-indices.asciidoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
[[managing-indices]]
== Managing Indices

The *Index management* UI enables you to view index settings,
The *Index Management* UI enables you to view index settings,
mappings, and statistics and perform management operations.
These include refreshing, flushing, clearing the cache, merging segments,
and closing or deleting indices. The UI provides a convenient way to
perform bulk operations on multiple indices.

To open the UI, select *Management > Index Management*. If security is enabled,
you must have the the `monitor` cluster privilege and the `view_index_metadata`
and `manage` index privileges to view the data. See
{xpack-ref}/security-privileges.html[Security Privileges] for more
information.

[role="screenshot"]
image::images/management-index-management.png[Index Management UI]

Expand Down