Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions etc/kayobe/kolla/config/prometheus/elasticsearch.rules
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ groups:

- alert: ElasticsearchClusterRed
expr: elasticsearch_cluster_health_status{color="red"} == 1
for: 0m
for: 5m
labels:
severity: critical
annotations:
Expand All @@ -53,7 +53,7 @@ groups:

- alert: ElasticsearchClusterYellow
expr: elasticsearch_cluster_health_status{color="yellow"} == 1
for: 5m
for: 15m
labels:
severity: warning
annotations:
Expand All @@ -80,7 +80,7 @@ groups:

- alert: ElasticsearchUnassignedShards
expr: elasticsearch_cluster_health_unassigned_shards > 0
for: 0m
for: 5m
labels:
severity: critical
annotations:
Expand Down