Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. production@flipflop:~/slick/current$ curl -XGET 'localhost:9200/_cluster/health?pretty'
  2. {
  3. "cluster_name" : "elasticsearch",
  4. "status" : "yellow",
  5. "timed_out" : false,
  6. "number_of_nodes" : 1,
  7. "number_of_data_nodes" : 1,
  8. "active_primary_shards" : 5,
  9. "active_shards" : 5,
  10. "relocating_shards" : 0,
  11. "initializing_shards" : 0,
  12. "unassigned_shards" : 5,
  13. "number_of_pending_tasks" : 0
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement