Skip to content

Commit 8b5133a

Browse files
committed
Fix Elasticsearch dashboard templating
Since prometheus-community/elasticsearch_exporter#65 the elasticsearch_up metric is in the elasticsearch_cluster_health namespace
1 parent 0647bd8 commit 8b5133a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/elasticsearch_dashboards/templates/elasticsearch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"multi": false,
161161
"name": "instance",
162162
"options": [],
163-
"query": "label_values(elasticsearch_up,instance)",
163+
"query": "label_values(elasticsearch_cluster_health_up,instance)",
164164
"refresh": 1,
165165
"regex": "",
166166
"sort": 1,

0 commit comments

Comments
 (0)