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 empty-input
- Loading branch information
Showing
229 changed files
with
6,994 additions
and
3,210 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 113827 | ||
summary: Add Optional Source Filtering to Source Loaders | ||
area: Mapping | ||
type: enhancement | ||
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,17 @@ | ||
pr: 117583 | ||
summary: Removing index alias creation for deprecated transforms notification index | ||
area: Machine Learning | ||
type: deprecation | ||
issues: [] | ||
deprecation: | ||
title: Removing index alias creation for deprecated transforms notification index | ||
area: Transform | ||
details: >- | ||
As part of the migration from 7.x to 8.x, the `.data-frame-notifications-1` index | ||
was deprecated and replaced with the `.transform-notifications-000002` index. | ||
The index is no longer created by default, all writes are directed to the new index, | ||
and any clusters with the deprecated index will have an alias created to ensure that | ||
reads are still retrieving data that was written to the index before the migration to 8.x. | ||
This change removes the alias from the deprecated index in 9.x. Any clusters with the alias present | ||
will retain it, but it will not be created on new clusters. | ||
impact: No known end user impact. |
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: 117939 | ||
summary: Adding default endpoint for Elastic Rerank | ||
area: Machine Learning | ||
type: enhancement | ||
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,11 @@ | ||
pr: 118103 | ||
summary: "Remove any references to org.elasticsearch.core.RestApiVersion#V_7" | ||
area: Infra/Core | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: "Remove any references to org.elasticsearch.core.RestApiVersion#V_7" | ||
area: REST API | ||
details: "This PR removes all references to V_7 in the Rest API. V7 features marked for deprecation have been removed." | ||
impact: "This change is breaking for any external plugins/clients that rely on the V_7 enum or deprecated version 7 functionality" | ||
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,5 @@ | ||
pr: 118375 | ||
summary: Check for presence of error object when validating streaming responses from integrations in the inference API | ||
area: Machine Learning | ||
type: enhancement | ||
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,5 @@ | ||
pr: 118380 | ||
summary: Restore original "is within leaf" value in `SparseVectorFieldMapper` | ||
area: Mapping | ||
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: 118435 | ||
summary: '`_score` should not be a reserved attribute in ES|QL' | ||
area: ES|QL | ||
type: enhancement | ||
issues: | ||
- 118460 |
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
Oops, something went wrong.