Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ tests:
- class: org.elasticsearch.xpack.deprecation.DeprecationHttpIT
method: testDeprecatedSettingsReturnWarnings
issue: https://github.com/elastic/elasticsearch/issues/108628
- class: org.elasticsearch.xpack.security.operator.OperatorPrivilegesIT
method: testEveryActionIsEitherOperatorOnlyOrNonOperator
issue: https://github.com/elastic/elasticsearch/issues/102992
- class: org.elasticsearch.action.search.SearchQueryThenFetchAsyncActionTests
method: testBottomFieldSort
issue: https://github.com/elastic/elasticsearch/issues/116249
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ public class Constants {
"cluster:monitor/nodes/data_tier_usage",
"cluster:monitor/nodes/features",
"cluster:monitor/nodes/hot_threads",
"cluster:monitor/nodes/index_mode_stats",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: This action seems to be only existing in 8.17.+ versions. We should not be backporting it to 8.16.2.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same goes for cluster:monitor/xpack/info/logsdb and cluster:monitor/xpack/usage/logsdb.

"cluster:monitor/nodes/info",
"cluster:monitor/nodes/stats",
"cluster:monitor/nodes/usage",
Expand Down Expand Up @@ -399,6 +400,7 @@ public class Constants {
"cluster:monitor/xpack/info/frozen_indices",
"cluster:monitor/xpack/info/graph",
"cluster:monitor/xpack/info/ilm",
"cluster:monitor/xpack/info/logsdb",
"cluster:monitor/xpack/info/logstash",
"cluster:monitor/xpack/info/ml",
"cluster:monitor/xpack/info/monitoring",
Expand Down Expand Up @@ -463,6 +465,7 @@ public class Constants {
"cluster:monitor/xpack/usage/health_api",
"cluster:monitor/xpack/usage/ilm",
"cluster:monitor/xpack/usage/inference",
"cluster:monitor/xpack/usage/logsdb",
"cluster:monitor/xpack/usage/logstash",
"cluster:monitor/xpack/usage/ml",
"cluster:monitor/xpack/usage/monitoring",
Expand All @@ -488,6 +491,7 @@ public class Constants {
"indices:admin/block/add[s]",
"indices:admin/cache/clear",
"indices:admin/data_stream/lazy_rollover",
"indices:admin/data_stream/reindex",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, this one seems to be only added in 9.0 with a backport pending to 8.18+ (#116780).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah just added yesterday. The backport to 8.18 is coming soon (#117251).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And it will not be backported to 8.17 or earlier.

"indices:internal/admin/ccr/restore/file_chunk/get",
"indices:internal/admin/ccr/restore/session/clear",
"indices:internal/admin/ccr/restore/session/put",
Expand Down