From: Ildar Svetlov Date: Tue, 5 Dec 2017 10:08:42 +0000 (+0400) Subject: Fix bugs in ES Grafana dashboard X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=commitdiff_plain;h=c570739e782951a549f76f0d89cd1c3198a608f6;ds=sidebyside Fix bugs in ES Grafana dashboard Change-Id: I6aeb8ebe3ccf1ad6e753339a98efaa9811c92757 --- diff --git a/elasticsearch/files/grafana_dashboards/elasticsearch_prometheus.json b/elasticsearch/files/grafana_dashboards/elasticsearch_prometheus.json index bfb92dd..f490248 100644 --- a/elasticsearch/files/grafana_dashboards/elasticsearch_prometheus.json +++ b/elasticsearch/files/grafana_dashboards/elasticsearch_prometheus.json @@ -1863,10 +1863,10 @@ "multi": false, "name": "host", "options": [], - "query": "query_result(elasticsearch_os_load_average)", + "query": "query_result(elasticsearch_up)", "refresh": 1, "refresh_on_load": true, - "regex": ".*,host=\"(.+?\\d+)\".*", + "regex": ".*host=\"(.+?\\d+)\".*", "sort": 1, "tagValuesQuery": "", "tags": [],