Hi Team,
Below os my cluster health and I am not able to ingest any logs into ES because as soon as Logstash consumer starts to use Auto bulk api of elasticsearch. Documents are not getting indexed and my pending tasks queue is piling up. I am not able to make my cluster stable.
curl localhost:9200/_cluster/health?pretty
{
"cluster_name" : "galaxy",
"status" : "yellow",
"timed_out" : false,
"number_of_nodes" : 10,
"number_of_data_nodes" : 6,
"active_primary_shards" : 33342,
"active_shards" : 53879,
"relocating_shards" : 0,
"initializing_shards" : 4,
"unassigned_shards" : 12801,
"delayed_unassigned_shards" : 0,
"number_of_pending_tasks" : 3334,
"number_of_in_flight_fetch" : 0
}
pending tasks on my master
{"mon":{"what":"pending_tasks","queue_size":3490,"HIGH":3442,"NORMAL":44,"URGENT":4,"master":{"pri":"NORMAL","cnt":44,"avgT":3.30664e+06,"minT":2345897,"minInOrder":6060},"shard-started":{"pri":"URGENT","cnt":4,"avgT":13820.5,"minT":13687,"minInOrder":10473},"_add_listener_":{"pri":"HIGH","cnt":9,"avgT":3.7101e+06,"minT":2583947,"minInOrder":6077},"refresh-mapping":{"pri":"HIGH","cnt":3432,"avgT":1.89575e+06,"minT":174,"minInOrder":10001},"cluster_reroute":{"pri":"HIGH","cnt":1,"avgT":3859580,"minT":3859580,"minInOrder":6035}}}
Can you please help me to get my cluster stable.