From 9e7d8adf96b0320db7c1971607cb24f818983ec5 Mon Sep 17 00:00:00 2001 From: samber Date: Mon, 30 Jan 2023 16:07:23 +0000 Subject: [PATCH] Publish --- .../prometheus-community-elasticsearch-exporter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/rules/elasticsearch/prometheus-community-elasticsearch-exporter.yml b/dist/rules/elasticsearch/prometheus-community-elasticsearch-exporter.yml index b55fc55..4ed5660 100644 --- a/dist/rules/elasticsearch/prometheus-community-elasticsearch-exporter.yml +++ b/dist/rules/elasticsearch/prometheus-community-elasticsearch-exporter.yml @@ -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