-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into lucene_snapshot_10_1
- Loading branch information
Showing
116 changed files
with
3,866 additions
and
1,343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
pr: 119926 | ||
summary: "Deprecated tracing.apm.* settings got removed." | ||
area: Infra/Metrics | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: "Deprecated tracing.apm.* settings got removed." | ||
area: Cluster and node setting | ||
details: Deprecated `tracing.apm.*` settings got removed, use respective `telemetry.*` / `telemetry.tracing.*` settings instead. | ||
impact: 9.x nodes will refuse to start if any such setting (including secret settings) is still present. | ||
notable: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
pr: 120267 | ||
summary: Set allow_partial_search_results=true by default | ||
area: EQL | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: Set allow_partial_search_results=true by default | ||
area: REST API | ||
details: | ||
Before this change, in case of shard failures, EQL queries always returned an error. | ||
With this change, they will keep running and will return partial results. | ||
impact: | ||
EQL queries that would previously fail due to shard failures, will now succeed and return partial results. | ||
The previous defaults can be restored by setting `xpack.eql.default_allow_partial_results` cluster setting to `false` | ||
or setting with `allow_partial_search_results` to `false` in the query request. | ||
notable: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 120727 | ||
summary: Esql - Support date nanos in date extract function | ||
area: ES|QL | ||
type: enhancement | ||
issues: | ||
- 110000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 120799 | ||
summary: Remove duplicate code in ESIntegTestCase | ||
area: Search | ||
type: bug | ||
issues: [] |
Oops, something went wrong.