Skip to content

Commit

Permalink
Fix Elasticsearch dashboard templating
Browse files Browse the repository at this point in the history
Since prometheus-community/elasticsearch_exporter#65 the elasticsearch_up metric is in the elasticsearch_cluster_health namespace
  • Loading branch information
aveyrenc committed Sep 20, 2017
1 parent 0647bd8 commit 8b5133a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/elasticsearch_dashboards/templates/elasticsearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"multi": false,
"name": "instance",
"options": [],
"query": "label_values(elasticsearch_up,instance)",
"query": "label_values(elasticsearch_cluster_health_up,instance)",
"refresh": 1,
"regex": "",
"sort": 1,
Expand Down

0 comments on commit 8b5133a

Please sign in to comment.