From c570739e782951a549f76f0d89cd1c3198a608f6 Mon Sep 17 00:00:00 2001 From: Ildar Svetlov Date: Tue, 5 Dec 2017 14:08:42 +0400 Subject: [PATCH] Fix bugs in ES Grafana dashboard Change-Id: I6aeb8ebe3ccf1ad6e753339a98efaa9811c92757 --- .../files/grafana_dashboards/elasticsearch_prometheus.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": [], -- 2.32.7