Serveur status RED

Hi
When i run :

GET /_cluster/health

I can see that the cluster is RED :

{
"cluster_name" : "es-monit-cluster",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 7,
"number_of_data_nodes" : 5,
"active_primary_shards" : 1641,
"active_shards" : 3382,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 2,
"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" : 99.94089834515366
}

So when i try :

GET /_cat/indices

I can see that the only RED index is :

green open .monitoring-es-7-2022.08.19 -zEIzgiJRIi-XOYtzFXQUw 1 1 13166291 560425 9.2gb 4.6gb
green open .monitoring-es-7-2022.08.23 NtzG04qPTX-sSBrG6nToDw 1 1 14703711 585994 11.5gb 5.7gb
green open .monitoring-es-7-2022.08.22 neCSsOKZTFOhbn9HhKR3zA 1 1 13507853 1467399 11.4gb 5.7gb
green open .monitoring-es-7-2022.08.25 lVow9vlEQ-SuxxhVFSvXoA 1 1 6061741 1055838 4.8gb 2.3gb
red open .monitoring-es-7-2022.08.24 HWgihJmFRc24TTl65dJF4A 1 1
green open .monitoring-es-7-2022.08.21 JkRmwqqTQ76HKc6KIW7uaw 1 1 13762875 593012 11.6gb 5.8gb
green open .monitoring-es-7-2022.08.20 BQ0OOQIIQeCQCo-S0Ka33A 1 1 13926494 230968 11.4gb 5.7gb

Can i delete this red index without damaging the cluster ?
Thanks

Yes you can.

But please note that you are perhaps overloading your cluster here and that the problem might happen again later.

1 Like

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