mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* [DOCS | Management] Add documentation for index management * [DOCS | Management] Incorporated review comments in index management doc
This commit is contained in:
parent
24826fe321
commit
8247aa5eb0
3 changed files with 26 additions and 0 deletions
BIN
docs/images/management-index-management.png
Normal file
BIN
docs/images/management-index-management.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 178 KiB |
|
@ -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[]
|
||||
|
|
24
docs/management/managing-indices.asciidoc
Normal file
24
docs/management/managing-indices.asciidoc
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue