[DOCS | Management] Add documentation for index management (#19374)

* [DOCS | Management] Add documentation for index management

* [DOCS | Management] Incorporated review comments in index management doc
This commit is contained in:
gchaps 2018-05-24 11:59:34 -07:00 committed by GitHub
parent e3ea1a8726
commit bfb002c54b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

View file

@ -19,6 +19,8 @@ include::management/index-patterns.asciidoc[]
include::management/managing-fields.asciidoc[]
include::management/managing-indices.asciidoc[]
include::management/advanced-options.asciidoc[]
include::management/managing-saved-objects.asciidoc[]

View file

@ -0,0 +1,24 @@
[[managing-indices]]
== Managing Indices
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.
[role="screenshot"]
image::images/management-index-management.png[Index Management UI]
Click the name of an index to display the index summary and access
the index settings, mapping, and statistics. The *Manage* menu in the
lower right of the index pane enables you to manage
the selected index.
To perform bulk operations, select the checkboxes of the indices you want to
modify and choose an operation from the *Manage indices* menu
next to the query bar. To select all
indices, select the checkbox in the *Name* header.
For information about the available management operations,
see {ref}/indices.html[Indices APIs] in the Elasticsearch Reference.