Searchable snapshot statistics APIedit

This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.

Retrieves statistics about searchable snapshots.

Requestedit

GET /_searchable_snapshots/stats

GET /<target>/_searchable_snapshots/stats

Prerequisitesedit

If the Elasticsearch security features are enabled, you must have the manage cluster privilege to use this API. You must also have the manage index privileges for the target data stream or index.

Descriptionedit

Path parametersedit

<target>
(Optional, string) Comma-separated list of data streams and indices to retrieve statistics for. To retrieve statistics for all data streams and indices, omit this parameter.

Examplesedit

Retrieves the statistics of the index my-index:

GET /my-index/_searchable_snapshots/stats