Advertisement
Guest User

Untitled

a guest
May 8th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [root@test43 ~]# curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
  2. {
  3. "cluster_name" : "production",
  4. "status" : "red",
  5. "timed_out" : false,
  6. "number_of_nodes" : 7,
  7. "number_of_data_nodes" : 3,
  8. "active_primary_shards" : 19,
  9. "active_shards" : 38,
  10. "relocating_shards" : 0,
  11. "initializing_shards" : 0,
  12. "unassigned_shards" : 4,
  13. "delayed_unassigned_shards" : 0,
  14. "number_of_pending_tasks" : 0,
  15. "number_of_in_flight_fetch" : 0,
  16. "task_max_waiting_in_queue_millis" : 0,
  17. "active_shards_percent_as_number" : 90.47619047619048
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement