From 834d6e42726ca48ac8954dbd8f963d8fb3c0d89a Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Mon, 4 Sep 2017 10:59:06 +0200 Subject: [PATCH] Sort hosts by alphabetical order in Grafana Change-Id: I15625e74d1ae042467e684c852cd73d679d8c278 --- .../files/grafana_dashboards/elasticsearch_prometheus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/files/grafana_dashboards/elasticsearch_prometheus.json b/elasticsearch/files/grafana_dashboards/elasticsearch_prometheus.json index 51221c2..bfb92dd 100644 --- a/elasticsearch/files/grafana_dashboards/elasticsearch_prometheus.json +++ b/elasticsearch/files/grafana_dashboards/elasticsearch_prometheus.json @@ -1867,7 +1867,7 @@ "refresh": 1, "refresh_on_load": true, "regex": ".*,host=\"(.+?\\d+)\".*", - "sort": 0, + "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", -- 2.32.7