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 remote-tracking branch 'upstream/main' into bugfix/apply-defaul…
…t-k-knn-query
- Loading branch information
Showing
198 changed files
with
5,500 additions
and
1,179 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 was deleted.
Oops, something went wrong.
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: 117778 | ||
summary: "[Connector APIs] Enforce index prefix for managed connectors" | ||
area: Extract&Transform | ||
type: feature | ||
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: 117989 | ||
summary: ESQL Add esql hash function | ||
area: ES|QL | ||
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,22 @@ | ||
pr: 118366 | ||
summary: |- | ||
Configuring a bind DN in an LDAP or Active Directory (AD) realm without a corresponding bind password | ||
will prevent node from starting | ||
area: Authentication | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: -| | ||
Configuring a bind DN in an LDAP or Active Directory (AD) realm without | ||
a corresponding bind password will prevent node from starting | ||
area: Cluster and node setting | ||
details: -| | ||
For LDAP or AD authentication realms, setting a bind DN (via the | ||
`xpack.security.authc.realms.ldap.*.bind_dn` or `xpack.security.authc.realms.active_directory.*.bind_dn` | ||
realm settings) without a bind password is a misconfiguration that may prevent successful authentication | ||
to the node. Nodes will fail to start if a bind DN is specified without a password. | ||
impact: -| | ||
If you have a bind DN configured for an LDAP or AD authentication | ||
realm, set a bind password for {ref}/ldap-realm.html#ldap-realm-configuration[LDAP] | ||
or {ref}/active-directory-realm.html#ad-realm-configuration[Active Directory]. | ||
Configuring a bind DN without a password prevents the misconfigured node from starting. |
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,14 @@ | ||
pr: 118484 | ||
summary: Remove date histogram boolean support | ||
area: Aggregations | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: Remove date histogram boolean support | ||
area: Aggregations | ||
details: Elasticsearch no longer allows running Date Histogram aggregations | ||
over boolean fields. Instead, use Terms aggregation for boolean | ||
fields. | ||
impact: We expect the impact to be minimal, as this never produced good | ||
results, and has been deprecated for years. | ||
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: 118544 | ||
summary: ESQL - Remove restrictions for disjunctions in full text functions | ||
area: ES|QL | ||
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: 118617 | ||
summary: Add support for `sparse_vector` queries against `semantic_text` fields | ||
area: "Search" | ||
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,6 @@ | ||
pr: 118681 | ||
summary: '`ConnectTransportException` returns retryable BAD_GATEWAY' | ||
area: Network | ||
type: enhancement | ||
issues: | ||
- 118320 |
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: 118697 | ||
summary: Esql implicit casting for date nanos | ||
area: ES|QL | ||
type: enhancement | ||
issues: | ||
- 118476 |
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: 118816 | ||
summary: Support flattened field with downsampling | ||
area: Downsampling | ||
type: bug | ||
issues: | ||
- 116319 |
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: 118837 | ||
summary: Add missing timeouts to rest-api-spec ILM APIs | ||
area: "ILM+SLM" | ||
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,5 @@ | ||
pr: 118844 | ||
summary: Add missing timeouts to rest-api-spec ingest APIs | ||
area: Ingest Node | ||
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,5 @@ | ||
pr: 118858 | ||
summary: Lookup join on multiple join fields not yet supported | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.