After a couple of days troubleshooting the cluster-health watcher not working on Elastic Cloud I realized there's an issue [here](https://github.com/elastic/examples/blob/master/Alerting/Sample%20Watches/monitoring_cluster_health/watch.json#L56): It says ``` "term": { "type" : "cluster_state" } ``` It should say ```"term": { "type" : "cluster_stats" } ```
After a couple of days troubleshooting the cluster-health watcher not working on Elastic Cloud I realized there's an issue here:
It says
It should say