From 0dccd91906fa8ae45a032059f820fe08919395bc Mon Sep 17 00:00:00 2001 From: Michael Dickescheid Date: Thu, 1 Sep 2022 17:23:59 +0200 Subject: [PATCH] remove value from health gauge Signed-off-by: Michael Dickescheid --- examples/grafana/dashboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/grafana/dashboard.json b/examples/grafana/dashboard.json index 6b1de5a8..4e79bb79 100644 --- a/examples/grafana/dashboard.json +++ b/examples/grafana/dashboard.json @@ -116,7 +116,7 @@ "lineColor": "rgb(31, 120, 193)", "show": false }, - "tableColumn": "Value", + "tableColumn": "", "targets": [ { "expr": "scalar(elasticsearch_cluster_health_status{color=\"green\",cluster=~\"$cluster\"}) + scalar(elasticsearch_cluster_health_status{color=\"yellow\",cluster=~\"$cluster\"}) * 2 + scalar(elasticsearch_cluster_health_status{color=\"red\",cluster=~\"$cluster\"}) * 3",