Kibana Monitoring says Missing Primary Shards

Hello,

I've just update my cluster from 7.9.3 to 7.12.1 and in the monitoring for Kibana it says that the status is Red and that it is Missing Primary Shards.

The elasticsearch monitoring part is green, this is the result of _cluster/health

{
  "cluster_name" : "REDACTED",
  "status" : "green",
  "timed_out" : false,
  "number_of_nodes" : 28,
  "number_of_data_nodes" : 22,
  "active_primary_shards" : 6896,
  "active_shards" : 6995,
  "relocating_shards" : 0,
  "initializing_shards" : 0,
  "unassigned_shards" : 0,
  "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" : 100.0
}

I already restarted Kibana, but the healthy for kibana is still red in the monitoring.

I have an exclusive single-node monitoring cluster, the data is collected with metricbeat.

What can cause this and how to solve?

It might be holding onto the old state, is it still show as red in Monitoring?

Yes, it is still showing as red.

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