Skip to content

Instantly share code, notes, and snippets.

@renatocron
Created February 3, 2016 14:20
Show Gist options
  • Save renatocron/5c396e0a174e36d0365f to your computer and use it in GitHub Desktop.
Save renatocron/5c396e0a174e36d0365f to your computer and use it in GitHub Desktop.
curl 'http://127.0.0.1:9200/_cluster/health?pretty=true'
{
"cluster_name" : "elasticsearch",
"status" : "yellow",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 5,
"active_shards" : 5,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 5,
"delayed_unassigned_shards" : 0,
"number_of_pending_tasks" : 0,
"number_of_in_flight_fetch" : 0,
"task_max_waiting_in_queue_millis" : 0,
"active_shards_percent_as_number" : 50.0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment