forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
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 non-issue/graph_serverless_scope
- Loading branch information
Showing
245 changed files
with
5,843 additions
and
2,432 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
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: 120392 | ||
summary: Test/107515 restore template with match only text mapper it fail | ||
area: Search | ||
type: bug | ||
issues: | ||
- 107515 |
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: 120487 | ||
summary: Fix cat_component_templates documentation | ||
area: CAT APIs | ||
type: bug | ||
issues: [] |
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: 120717 | ||
summary: Fix LTR rescorer throws 'local model reference is null' on multi-shards index when explained is enabled | ||
area: Ranking | ||
type: bug | ||
issues: | ||
- 120739 |
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 |
Oops, something went wrong.