Manage indices in Kibana
Practicing good index management ensures your data is stored efficiently and cost-effectively. In Kibana, the Index Management page is where you manage storage resources across your cluster, including indices, data streams, index and component templates, and enrich policies. Index-specific actions are covered in Index operations reference.
All operations available on the Index Management page can also be performed using the Elasticsearch REST API. Refer to Manage data from the command line for examples, or browse the Elasticsearch index APIs directly.
The following security privileges are required to manage indices in Kibana:
- The
monitorcluster privilege to access Kibana's Index Management features. - The
view_index_metadataandmanageindex privileges to view a data stream or index's data. - The
manage_index_templatescluster privilege to manage index templates.
To open the Index Management page, use the navigation menu or the global search field.
To access details and perform operations on indices:
Turn on Include hidden indices to view the full set of indices, including backing indices for data streams.
To filter the list of indices, use the search bar or click a badge. Badges indicate if an index is a follower index or a rollup index.
To view and manage your data streams, including backing indices and retention settings, go to the Data Streams tab.
To create, edit, clone, or delete index templates and component templates that define how Elasticsearch configures new indices or data streams, go the Index Templates or Component Templates tab.
To create, execute, or delete enrich policies that add data from existing indices to incoming documents during ingest, open the Enrich Policies tab.
To access details and perform operations on indices:
For a single index, click the index name to drill down into the index overview, mappings, settings, and statistics. From this view, you can navigate to Discover to further explore the documents in the index, and you can perform operations using the Manage index menu.
For multiple indices, select their checkboxes and then open the Manage indices menu.
Turn on Include hidden indices to view the full set of indices, including backing indices for data streams.
To filter the list of indices, use the search bar or click a badge. Badges indicate if an index is a follower index or a rollup index.
To view and manage your data streams, including backing indices and retention settings, go to the Data Streams tab.
To create, edit, clone, or delete index templates and component templates that define how Elasticsearch configures new indices or data streams, go the Index Templates or Component Templates tab.
To create, execute, or delete enrich policies that add data from existing indices to incoming documents during ingest, open the Enrich Policies tab.