make monitoring specs resilient to internal api number changes

Fixes #10552
This commit is contained in:
Joao Duarte 2019-03-13 12:00:38 +00:00 committed by João Duarte
parent 6850509623
commit ebad88a358

View file

@ -2,7 +2,7 @@
# or more contributor license agreements. Licensed under the Elastic License; # or more contributor license agreements. Licensed under the Elastic License;
# you may not use this file except in compliance with 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/helpers"
require_relative "support/shared_examples" require_relative "support/shared_examples"