Skip to content

Retrieve cluster health

# Get cluster health
curl -X GET "http://localhost:9200/_cluster/health"

# Get cluster state
curl -X GET "http://localhost:9200/_cluster/state" > es-cluster-state.json