Skip to content
Cluster infoElasticsearch

GET _cluster/health

Check overall cluster health, status, and shard information.

Command
curl -X GET "http://:9200/_cluster/health?pretty"

Example usage

Review cluster status and focus on specific indices where needed.

curl -X GET "http://<host>:9200/_cluster/health?pretty"
curl -X GET "http://<host>:9200/_cluster/health/<index>?level=indices&pretty"

Related tags

Cluster infosearchobservabilityrest-api