Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
"Bulk indexing of monitoring data":
- skip:
features: ["allowed_warnings"]
features: ["allowed_warnings_regex"]

- do:
allowed_warnings:
- "[xpack.monitoring.collection.enabled] setting was deprecated in Elasticsearch and will be removed in a future release."
allowed_warnings_regex:
- "\\[xpack.monitoring.collection.enabled] setting was deprecated in Elasticsearch and will be removed in a future release.*"
cluster.put_settings:
body:
persistent:
Expand Down Expand Up @@ -172,11 +172,11 @@
---
"Bulk indexing of monitoring data on closed indices should throw an export exception":
- skip:
features: ["allowed_warnings"]
features: ["allowed_warnings", "allowed_warnings_regex"]

- do:
allowed_warnings:
- "[xpack.monitoring.collection.enabled] setting was deprecated in Elasticsearch and will be removed in a future release."
allowed_warnings_regex:
- "\\[xpack.monitoring.collection.enabled] setting was deprecated in Elasticsearch and will be removed in a future release.*"
cluster.put_settings:
body:
persistent:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ teardown:
---
"Monitoring Bulk API":
- skip:
features: ["catch_unauthorized", "allowed_warnings"]
features: ["catch_unauthorized", "allowed_warnings_regex"]

- do:
allowed_warnings:
- "[xpack.monitoring.collection.enabled] setting was deprecated in Elasticsearch and will be removed in a future release."
allowed_warnings_regex:
- "\\[xpack.monitoring.collection.enabled] setting was deprecated in Elasticsearch and will be removed in a future release.*"
cluster.put_settings:
body:
persistent:
Expand Down