You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/240_data_stream_settings.yml
"Test null out settings component templates only":
402
+
- requires:
403
+
cluster_features: [ "logs_stream" ]
404
+
reason: requires setting 'logs_stream' to get or set data stream settings
405
+
406
+
- do:
407
+
cluster.put_component_template:
408
+
name: settings-template
409
+
body:
410
+
template:
411
+
settings:
412
+
lifecycle.name: my-policy
413
+
414
+
- do:
415
+
allowed_warnings:
416
+
- "index template [my-component-only-template] has index patterns [my-component-only-data-stream-*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-component-only-template] will take precedence during new index creation"
0 commit comments