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 fd66d09 commit a2133d9Copy full SHA for a2133d9
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/deprecation/10_basic.yml
@@ -11,9 +11,11 @@ setup:
11
- method: GET
12
path: /_migration/deprecations
13
capabilities: [ data_streams, ilm_policies, templates ]
14
- test_runner_features: capabilities
+ test_runner_features: [capabilities, warnings]
15
reason: "Support for data streams, ILM policies and templates"
16
- do:
17
+ 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: "*"
21
- length: { cluster_settings: 0 }
0 commit comments