Advertisement
Guest User

Untitled

a guest
May 8th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. [root@test43 ~]# curl -XGET 'http://localhost:9200/_cluster/health?level=indices'
  2. {"cluster_name":"production","status":"red","timed_out":false,"number_of_nodes":7,"number_of_data_nodes":3,"active_primary_shards":19,"active_shards":38,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":4,"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":90.47619047619048,"indices":{"filebeat-2016.05.02":{"status":"green","number_of_shards":5,"number_of_replicas":1,"active_primary_shards":5,"active_shards":10,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":0},".kibana":{"status":"green","number_of_shards":1,"number_of_replicas":1,"active_primary_shards":1,"active_shards":2,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":0},"filebeat-":{"status":"red","number_of_shards":5,"number_of_replicas":1,"active_primary_shards":3,"active_shards":6,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":4},"filebeat-2016.05.08":{"status":"green","number_of_shards":5,"number_of_replicas":1,"active_primary_shards":5,"active_shards":10,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":0},"filebeat":{"status":"green","number_of_shards":5,"number_of_replicas":1,"active_primary_shards":5,"active_shards":10,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":0}}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement