We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7779c1f commit c88f417Copy full SHA for c88f417
x-pack/plugin/src/test/resources/rest-api-spec/test/data_stream/80_resolve_index_data_streams.yml
@@ -109,12 +109,12 @@ setup:
109
---
110
"Resolve index with hidden and closed indices":
111
- skip:
112
- version: "all"
113
- reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/62190"
+ version: " - 7.8.99"
+ reason: "resolve index api only supported in 7.9+"
114
115
- do:
116
indices.resolve_index:
117
- name: '*'
+ name: ['*','-.ml*']
118
expand_wildcards: [all]
119
120
- match: {indices.0.name: .ds-simple-data-stream1-000001}
0 commit comments