[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:
Chris Earle 2017-06-21 12:02:51 -04:00 committed by GitHub
parent 9e5a8f3df5
commit 1f59efa6a7
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
},
{
"term": {
"type": "cluster_state"
"type": "cluster_stats"
}
}
]