Skip to content

Commit

Permalink
remove value from health gauge
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Dickescheid <michael.dickescheid@cision.com>
  • Loading branch information
Michael Dickescheid committed Sep 2, 2022
1 parent f6480d1 commit 0dccd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/grafana/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0dccd91

Please sign in to comment.