From: Guillaume Date: Thu, 12 Jan 2017 14:38:39 +0000 (+0100) Subject: Merge pull request #27 from thouveng/fix-grafana-template X-Git-Tag: mcp0.5~3 X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=commitdiff_plain;h=refs%2Fheads%2FHEAD;hp=695b533e8fb22ef33f83b91351480d209609f8fe Merge pull request #27 from thouveng/fix-grafana-template Fix templating to get the name of nodes --- 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": "",