-
Notifications
You must be signed in to change notification settings - Fork 805
Closed
Description
In elasticsearch 7.x was introduced soft limit on the number of shards in a cluster https://www.elastic.co/guide/en/elasticsearch/reference/7.0/misc-cluster.html#cluster-shard-limit. As mentioned in the documentation reaching this limitation can lead to failures:
If the cluster is already over the limit, due to changes in node membership or setting changes, all operations that create or open indices will fail until either the limit is increased ..., or some indices are closed or deleted to bring the number of shards below the limit.
So it might be useful to have dashboard/alert to indicate shards usage before the actual failures.
rtkgjacobs, rtkmhart and rtkjliviero
Metadata
Metadata
Assignees
Labels
No labels