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",