From 1f59efa6a79a13ee94eebdf1ccdc405ea28e0309 Mon Sep 17 00:00:00 2001 From: Chris Earle Date: Wed, 21 Jun 2017 12:02:51 -0400 Subject: [PATCH] [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@c7105be36fea7f2c63e3e1af4066c3f16c040782 --- .../monitoring/watches/elasticsearch_cluster_status.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/resources/monitoring/watches/elasticsearch_cluster_status.json b/plugin/src/main/resources/monitoring/watches/elasticsearch_cluster_status.json index f4736ca34a9..f8aebb8c1b1 100644 --- a/plugin/src/main/resources/monitoring/watches/elasticsearch_cluster_status.json +++ b/plugin/src/main/resources/monitoring/watches/elasticsearch_cluster_status.json @@ -56,7 +56,7 @@ }, { "term": { - "type": "cluster_state" + "type": "cluster_stats" } } ]