parent
7779c1f703
commit
c88f4174ec
|
@ -109,12 +109,12 @@ setup:
|
||||||
---
|
---
|
||||||
"Resolve index with hidden and closed indices":
|
"Resolve index with hidden and closed indices":
|
||||||
- skip:
|
- skip:
|
||||||
version: "all"
|
version: " - 7.8.99"
|
||||||
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/62190"
|
reason: "resolve index api only supported in 7.9+"
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.resolve_index:
|
indices.resolve_index:
|
||||||
name: '*'
|
name: ['*','-.ml*']
|
||||||
expand_wildcards: [all]
|
expand_wildcards: [all]
|
||||||
|
|
||||||
- match: {indices.0.name: .ds-simple-data-stream1-000001}
|
- match: {indices.0.name: .ds-simple-data-stream1-000001}
|
||||||
|
|
Loading…
Reference in New Issue