Difference between revisions of "Curl http://localhost:9200/ cluster/health?pretty"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
* https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html
 
  {
 
  {
 
   "cluster_name" : "elasticsearch",
 
   "cluster_name" : "elasticsearch",

Revision as of 06:23, 19 October 2022

{
 "cluster_name" : "elasticsearch",
 "status" : "yellow",
 "timed_out" : false,
 "number_of_nodes" : 2,
 "number_of_data_nodes" : 2,
 "active_primary_shards" : 14,
 "active_shards" : 21,
 "relocating_shards" : 0,
 "initializing_shards" : 0,
 "unassigned_shards" : 7,
 "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" : 75.0
}


/_cat/health

See also

Advertising: