Skip to content

Instantly share code, notes, and snippets.

@kevindeland
Created September 12, 2014 07:17
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 kevindeland/2d727c3d984139ab96d4 to your computer and use it in GitHub Desktop.
Save kevindeland/2d727c3d984139ab96d4 to your computer and use it in GitHub Desktop.
curl -XGET localhost:9200/_cluster/health/logstash-2014.09.11?pretty
{
"cluster_name" : "elasticsearch",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 0,
"active_shards" : 0,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 10
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment