Grafana:Updated ES unassigned shards query

The elasticsearch dashboard was not showing correct value for the
unassigned shards panel. Updated the query.

Change-Id: I60056daede2957a45958769dd6b723f54cc54ed7
This commit is contained in:
Pai, Radhika (rp592h) 2019-09-19 19:58:23 +00:00
parent 494ce39624
commit 3c2c2d78d0

View File

@ -6327,7 +6327,7 @@ conf:
show: true
tableColumn: ''
targets:
- expr: elasticsearch_cluster_health_delayed_unassigned_shards{cluster="$cluster"}
- expr: elasticsearch_cluster_health_unassigned_shards{cluster="$cluster"}
intervalFactor: 2
legendFormat: ''
refId: A