Skip to content

Commit 0dccd91

Browse files
author
Michael Dickescheid
committed
remove value from health gauge
Signed-off-by: Michael Dickescheid <[email protected]>
1 parent f6480d1 commit 0dccd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/grafana/dashboard.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"lineColor": "rgb(31, 120, 193)",
117117
"show": false
118118
},
119-
"tableColumn": "Value",
119+
"tableColumn": "",
120120
"targets": [
121121
{
122122
"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",

0 commit comments

Comments
 (0)