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 'origin/main' into add-dataset-size-to-cat
- Loading branch information
Showing
182 changed files
with
1,927 additions
and
892 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,5 @@ | ||
pr: 98635 | ||
summary: Fix NPE in `StableMasterHealthIndicatorService` | ||
area: Health | ||
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,20 @@ | ||
pr: 98644 | ||
summary: GA the data stream lifecycle | ||
area: Data streams | ||
type: feature | ||
issues: [] | ||
highlight: | ||
title: The data stream lifecycle is now generally available | ||
body: |- | ||
This makes the data stream lifecycle generaly available. Data streams will | ||
be able to take advantage of a built-in simplified and resilient | ||
lifecycle implementation. Data streams with a configured lifecycle will | ||
be automatically rolled over and tail merged (a forcemerge implementation | ||
that's lightweight and only merges the long tail of small segments instead | ||
of the whole shard). With the shard and index maintenance tasks being | ||
handled automatically to ensure optimum performance, and trade-off between | ||
indexing and searching, you'll be able to focus on the business related | ||
lifecycle aspects like data retention. The automatic maintenance tasks will | ||
automatically be available for any new data stream that's not managed by | ||
ILM. | ||
notable: true |
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
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
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,13 @@ | ||
[[esql-coalesce]] | ||
=== `COALESCE` | ||
|
||
Returns the first non-null value. | ||
|
||
[source.merge.styled,esql] | ||
---- | ||
include::{esql-specs}/null.csv-spec[tag=coalesce] | ||
---- | ||
[%header.monospaced.styled,format=dsv,separator=|] | ||
|=== | ||
include::{esql-specs}/null.csv-spec[tag=coalesce-result] | ||
|=== |
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,51 @@ | ||
[[release-notes-8.9.1]] | ||
== {es} version 8.9.1 | ||
|
||
Also see <<breaking-changes-8.9,Breaking changes in 8.9>>. | ||
|
||
[[bug-8.9.1]] | ||
[float] | ||
=== Bug fixes | ||
|
||
Aggregations:: | ||
* `GlobalAggregator` should call rewrite() before `createWeight()` {es-pull}98091[#98091] (issue: {es-issue}98076[#98076]) | ||
|
||
Cluster Coordination:: | ||
* Improve exception handling in Coordinator#publish {es-pull}97840[#97840] (issue: {es-issue}97798[#97798]) | ||
|
||
EQL:: | ||
* Backport fix for async missing events and re-enable the feature {es-pull}98130[#98130] | ||
|
||
ILM+SLM:: | ||
* Ignore the `total_shards_per_node` setting on searchable snapshots in frozen {es-pull}97979[#97979] | ||
* Migrate to data tiers routing configures correct default for mounted indices {es-pull}97936[#97936] (issue: {es-issue}97898[#97898]) | ||
|
||
Infra/Core:: | ||
* Fix APM trace start time {es-pull}98113[#98113] | ||
|
||
Infra/Logging:: | ||
* Add Configuration to `PatternLayout` {es-pull}97679[#97679] | ||
|
||
Machine Learning:: | ||
* Fix failure processing Question Answering model output where the input has been spanned over multiple sequences {es-pull}98167[#98167] (issue: {es-issue}97917[#97917]) | ||
|
||
Search:: | ||
* `UnmappedFieldFetcher` should ignore nested fields {es-pull}97987[#97987] (issue: {es-issue}97684[#97684]) | ||
|
||
[[enhancement-8.9.1]] | ||
[float] | ||
=== Enhancements | ||
|
||
Authentication:: | ||
* Upgrade xmlsec to 2.1.8 {es-pull}97741[#97741] | ||
|
||
Infra/Core:: | ||
* Enhance regex performance with duplicate wildcards {es-pull}98176[#98176] | ||
|
||
Machine Learning:: | ||
* Add setting to scale the processor count used in the model assignment planner {es-pull}98296[#98296] | ||
|
||
Search:: | ||
* Refactor nested field handling in `FieldFetcher` {es-pull}97683[#97683] | ||
|
||
|
Oops, something went wrong.