﻿---
title: Index operations reference
description: The following operations are available from the Manage index menu on the Index Management page in Kibana. Select one or more indices and open the menu...
url: https://www.elastic.co/elastic/docs-builder/docs/3016/manage-data/data-store/index-operations-reference
products:
  - Elastic Cloud Serverless
  - Elasticsearch
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Index operations reference
The following operations are available from the **Manage index** menu on the **Index Management** page in Kibana. Select one or more indices and open the menu to access these actions. Some operations are unavailable in Elastic Cloud Serverless because data management tasks are handled automatically.

## Available index operations

The following operations are available from the **Manage index** menu. Some operations are unavailable in Elastic Cloud Serverless because data management tasks are handled automatically.
<definitions>
  <definition term="Show index overview Elastic Stack: Generally available Elastic Cloud Serverless: Generally available">
    View an overview of the index, including its storage size, status, and aliases, as well as a sample API request to add new documents.
  </definition>
  <definition term="Show index settings Elastic Stack: Generally available Elastic Cloud Serverless: Generally available">
    View a list of the currently configured [index settings](https://docs-v3-preview.elastic.dev/elastic/docs-builder/docs/3016/reference/elasticsearch/index-settings). Turn on **Edit mode** to add or change settings.
  </definition>
  <definition term="Show index mapping Elastic Stack: Generally available Elastic Cloud Serverless: Generally available">
    View the [index mappings](https://www.elastic.co/elastic/docs-builder/docs/3016/manage-data/data-store/mapping). From this page you can set up new mappings for the field types in your index.
  </definition>
  <definition term="Show index stats Elastic Stack: Generally available">
    View statistics for your index. Statistics are compiled by `primaries`, representing values only for primary shards, and by `total`, representing accumulated values for both primary and replica shards. Refer to the [get index statistics](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-stats) API for details.
  </definition>
  <definition term="Close index Elastic Stack: Generally available">
    Close the index so that read or write operations cannot be performed. Refer to the [close index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-close) API for details.
  </definition>
  <definition term="Open index Elastic Stack: Generally available">
    Reopen an index that is currently closed to read and write operations. This option is available only for indices that are currently closed. Refer to the [open index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-open) API for details.
  </definition>
  <definition term="Force merge index Elastic Stack: Generally available">
    Reduce the number of segments in each shard by merging some of them together and free up the space used by deleted documents. Refer to the [force merge](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-forcemerge) API for details.
  </definition>
  <definition term="Refresh index Elastic Stack: Generally available">
    Refresh the index to make recent operations available for search. Refer to the [refresh index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-refresh) API for details.
  </definition>
  <definition term="Clear index cache Elastic Stack: Generally available">
    Clear all caches for the index. Refer to the [clear cache](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-clear-cache) API for details.
  </definition>
  <definition term="Flush index Elastic Stack: Generally available">
    Flush the index to permanently write all data currently in the transaction log to the Lucene index. Refer to the [flush index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-flush) API for details.
  </definition>
  <definition term="Delete index Elastic Stack: Generally available Elastic Cloud Serverless: Generally available">
    Delete an index including all of its documents, shards, and metadata. Refer to the [delete index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-delete) API for details.
  </definition>
  <definition term="Add lifecycle policy Elastic Stack: Generally available">
    Add a lifecycle policy to manage how the index transitions over time. The policy governs how the index moves through phases (`hot`, `warm`, `cold`, `frozen`, and `delete`) and what actions are performed during each phase (for example, shrinking and downsampling). Refer to [Index lifecycle management](https://www.elastic.co/elastic/docs-builder/docs/3016/manage-data/lifecycle/index-lifecycle-management) for details.
  </definition>
  <definition term="Convert to lookup index Elastic Stack: Preview since 9.2 Elastic Cloud Serverless: Preview">
    Convert the index to a lookup mode index that can be used with [`LOOKUP JOIN`](https://docs-v3-preview.elastic.dev/elastic/docs-builder/docs/3016/reference/query-languages/esql/commands/lookup-join) commands, so that data from the index can be added to ES|QL query results. This option is available only for single shard indices with fewer than two billion documents. Refer to the Elasticsearch [`index.mode`](https://docs-v3-preview.elastic.dev/elastic/docs-builder/docs/3016/reference/elasticsearch/index-settings/index-modules#index-mode-setting) index setting for details.
  </definition>
</definitions>