AS
Size: a a a
AS
A
E
A
E
AS
A
A
A
E
AS
$ curl -XGET 'http://localhost:9200/_cluster/pending_tasks?pretty'
{
"tasks" : [ ]
}
AS
$ curl -XGET 'localhost:9200/_cluster/health?pretty'
{
"cluster_name" : "elasticsearch",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 2245,
"active_shards" : 2245,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 2247,
"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" : 49.977738201246666
}
A
$ curl -XGET 'http://localhost:9200/_cluster/pending_tasks?pretty'
{
"tasks" : [ ]
}
A
A
A
AS
AS
A
AS
$ curl -XGET 'http://localhost:9200/_cluster/allocation/explain'
{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index","resource.type":"index_expression","resource.id":"_cluster","index":"_cluster"}],"type":"index_not_found_exception","reason":"no such index","resource.type":"index_expression","resource.id":"_cluster","index":"_cluster"},"status":404}