mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 01:17:19 +08:00
Publish
This commit is contained in:
parent
df6d71bad5
commit
9e7d8adf96
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ groups:
|
|||
description: "Elasticsearch has pending tasks. Cluster works slowly.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||
|
||||
- alert: ElasticsearchNoNewDocuments
|
||||
expr: 'increase(elasticsearch_indices_docs{es_data_node="true"}[10m]) < 1'
|
||||
expr: 'increase(elasticsearch_indices_indexing_index_total{es_data_node="true"}[10m]) < 1'
|
||||
for: 0m
|
||||
labels:
|
||||
severity: warning
|
||||
|
|
|
|||
Loading…
Reference in a new issue