Skip to content

Instantly share code, notes, and snippets.

@fabien7337
Created September 18, 2013 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabien7337/6612106 to your computer and use it in GitHub Desktop.
Save fabien7337/6612106 to your computer and use it in GitHub Desktop.
ES Cluster Health Status
curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
{
"cluster_name" : "octoly-elasticsearch",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 6,
"number_of_data_nodes" : 6,
"active_primary_shards" : 50,
"active_shards" : 280,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment