File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/monitoring/bulk Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11---
22" Bulk indexing of monitoring data " :
33 - skip :
4- features : ["allowed_warnings "]
4+ features : ["allowed_warnings_regex "]
55
66 - do :
7- allowed_warnings :
8- - " [xpack.monitoring.collection.enabled] setting was deprecated in Elasticsearch and will be removed in a future release."
7+ allowed_warnings_regex :
8+ - " \\ [xpack.monitoring.collection.enabled] setting was deprecated in Elasticsearch and will be removed in a future release.* "
99 cluster.put_settings :
1010 body :
1111 persistent :
172172---
173173" Bulk indexing of monitoring data on closed indices should throw an export exception " :
174174 - skip :
175- features : ["allowed_warnings"]
175+ features : ["allowed_warnings", "allowed_warnings_regex" ]
176176
177177 - do :
178- allowed_warnings :
179- - " [xpack.monitoring.collection.enabled] setting was deprecated in Elasticsearch and will be removed in a future release."
178+ allowed_warnings_regex :
179+ - " \\ [xpack.monitoring.collection.enabled] setting was deprecated in Elasticsearch and will be removed in a future release.* "
180180 cluster.put_settings :
181181 body :
182182 persistent :
Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ teardown:
7676---
7777" Monitoring Bulk API " :
7878 - skip :
79- features : ["catch_unauthorized", "allowed_warnings "]
79+ features : ["catch_unauthorized", "allowed_warnings_regex "]
8080
8181 - do :
82- allowed_warnings :
83- - " [xpack.monitoring.collection.enabled] setting was deprecated in Elasticsearch and will be removed in a future release."
82+ allowed_warnings_regex :
83+ - " \\ [xpack.monitoring.collection.enabled] setting was deprecated in Elasticsearch and will be removed in a future release.* "
8484 cluster.put_settings :
8585 body :
8686 persistent :
You can’t perform that action at this time.
0 commit comments