diff --git a/etc/kayobe/kolla/config/prometheus/elasticsearch.rules b/etc/kayobe/kolla/config/prometheus/elasticsearch.rules index 974bf4e99..42a196b9a 100644 --- a/etc/kayobe/kolla/config/prometheus/elasticsearch.rules +++ b/etc/kayobe/kolla/config/prometheus/elasticsearch.rules @@ -44,7 +44,7 @@ groups: - alert: ElasticsearchClusterRed expr: elasticsearch_cluster_health_status{color="red"} == 1 - for: 0m + for: 5m labels: severity: critical annotations: @@ -53,7 +53,7 @@ groups: - alert: ElasticsearchClusterYellow expr: elasticsearch_cluster_health_status{color="yellow"} == 1 - for: 5m + for: 15m labels: severity: warning annotations: @@ -80,7 +80,7 @@ groups: - alert: ElasticsearchUnassignedShards expr: elasticsearch_cluster_health_unassigned_shards > 0 - for: 0m + for: 5m labels: severity: critical annotations: