From: Guillaume Thouvenin Date: Mon, 9 Jan 2017 12:41:48 +0000 (+0100) Subject: Fix templating to get the name of nodes X-Git-Tag: mcp0.5~3^2 X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=commitdiff_plain;h=605b704d472572f98ed6d650d9330631c2b68bec Fix templating to get the name of nodes This patch modifies the query used to get the name of Elasticsearch instances. --- 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": "",