From ebad88a358449df09dae97419c6802e6e5b967da Mon Sep 17 00:00:00 2001 From: Joao Duarte Date: Wed, 13 Mar 2019 12:00:38 +0000 Subject: [PATCH] make monitoring specs resilient to internal api number changes Fixes #10552 --- x-pack/qa/integration/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/qa/integration/spec_helper.rb b/x-pack/qa/integration/spec_helper.rb index d93b3c26c..3c9bbc9b3 100644 --- a/x-pack/qa/integration/spec_helper.rb +++ b/x-pack/qa/integration/spec_helper.rb @@ -2,7 +2,7 @@ # or more contributor license agreements. Licensed under the Elastic License; # you may not use this file except in compliance with the Elastic License. -MONITORING_INDEXES = ".monitoring-logstash-2*,.monitoring-logstash-6*" +MONITORING_INDEXES = ".monitoring-logstash-*" require_relative "support/helpers" require_relative "support/shared_examples"