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:
parent
494ce39624
commit
3c2c2d78d0
@ -6327,7 +6327,7 @@ conf:
|
|||||||
show: true
|
show: true
|
||||||
tableColumn: ''
|
tableColumn: ''
|
||||||
targets:
|
targets:
|
||||||
- expr: elasticsearch_cluster_health_delayed_unassigned_shards{cluster="$cluster"}
|
- expr: elasticsearch_cluster_health_unassigned_shards{cluster="$cluster"}
|
||||||
intervalFactor: 2
|
intervalFactor: 2
|
||||||
legendFormat: ''
|
legendFormat: ''
|
||||||
refId: A
|
refId: A
|
||||||
|
Loading…
Reference in New Issue
Block a user