elasticsearch/es-cluster-health

Check Cluster Health

Get overall Elasticsearch cluster health

elasticsearch
cluster
health

Command

curl -X GET 'http://localhost:9200/_cluster/health?pretty'

Examples

Cluster health with shard details

curl -X GET 'http://localhost:9200/_cluster/health?level=shards&pretty'