mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
make monitoring specs resilient to internal api number changes
Fixes #10552
This commit is contained in:
parent
6850509623
commit
ebad88a358
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue