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.
allowed_warnings
warnings
1 parent a2133d9 commit 08c958dCopy full SHA for 08c958d
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/deprecation/10_basic.yml
@@ -11,10 +11,10 @@ setup:
11
- method: GET
12
path: /_migration/deprecations
13
capabilities: [ data_streams, ilm_policies, templates ]
14
- test_runner_features: [capabilities, warnings]
+ test_runner_features: [capabilities, allowed_warnings]
15
reason: "Support for data streams, ILM policies and templates"
16
- do:
17
- warnings:
+ allowed_warnings:
18
- "this request accesses system indices: [.security-7], but in a future major version, direct access to system indices will be prevented by default"
19
migration.deprecations:
20
index: "*"
0 commit comments