900 unassigned shards

Hello ,

I can’t get rid of this error:
Elasticsearch cluster graylog is yellow. Shards: 99 active, 0 initializing, 0 relocating, 900 unassigned

“cluster_name” : “graylog”,
“status” : “yellow”,
“timed_out” : false,
“number_of_nodes” : 1,
“number_of_data_nodes” : 1,
“discovered_master” : true,
“discovered_cluster_manager” : true,
“active_primary_shards” : 98,
“active_shards” : 98,
“relocating_shards” : 0,
“initializing_shards” : 0,
“unassigned_shards” : 900,
“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” : 9.819639278557114
}

This is my current index.

I tried to reboot the instance, but the error is still there and it’s also affecting some API connectors that i am using.

Please give me a solution to get rid of the unnasigned shards.

Thanks,
Radu

Have you seen this article on troubleshoot unassigned shards? How to Resolve Unassigned Shards in Elasticsearch | Datadog

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.