From 605b704d472572f98ed6d650d9330631c2b68bec Mon Sep 17 00:00:00 2001 From: Guillaume Thouvenin Date: Mon, 9 Jan 2017 13:41:48 +0100 Subject: [PATCH] Fix templating to get the name of nodes This patch modifies the query used to get the name of Elasticsearch instances. --- .../files/grafana_dashboards/elasticsearch_influxdb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/files/grafana_dashboards/elasticsearch_influxdb.json b/elasticsearch/files/grafana_dashboards/elasticsearch_influxdb.json index 9eec5af..fa9b89f 100644 --- a/elasticsearch/files/grafana_dashboards/elasticsearch_influxdb.json +++ b/elasticsearch/files/grafana_dashboards/elasticsearch_influxdb.json @@ -1268,7 +1268,7 @@ "includeAll": false, "name": "server", "options": [], - "query": "show tag values from elasticsearch_cluster_health with key = \"hostname\" where environment_label =~ /^$environment$/", + "query": "show tag values from elasticsearch_check with key = \"hostname\" where environment_label =~ /^$environment$/", "refresh": 1, "refresh_on_load": true, "regex": "", -- 2.32.7