[Monitoring] Cluster Alert should reference cluster_stats in 5.5+ (elastic/x-pack-elasticsearch#1812)
The cluster alert did not get updated when we dropped the logical 'type' for cluster_state in favor of merging it with cluster_stats in 5.5+. Original commit: elastic/x-pack-elasticsearch@c7105be36f
This commit is contained in:
parent
9e5a8f3df5
commit
1f59efa6a7
|
@ -56,7 +56,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term": {
|
"term": {
|
||||||
"type": "cluster_state"
|
"type": "cluster_stats"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue