New

The executive guide to generative AI

Read more
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Monitoring frozen indices

edit

Frozen indices are ordinary indices that use search throttling and a memory efficient shard implementation. For API’s like the cat indices frozen indices may identified by an index’s search.throttled property (sth).

GET /_cat/indices/twitter?v&h=i,sth

The response looks like:

i         sth
twitter   true
Was this helpful?
Feedback