forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'partial-rest-requests' into add_incremental_bulk_service
- Loading branch information
Showing
222 changed files
with
6,213 additions
and
1,000 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 111544 | ||
summary: "ESQL: Strings support for MAX and MIN aggregations" | ||
area: ES|QL | ||
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,6 @@ | ||
pr: 111749 | ||
summary: "ESQL: Added `mv_percentile` function" | ||
area: ES|QL | ||
type: feature | ||
issues: | ||
- 111591 |
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,8 @@ | ||
pr: 111874 | ||
summary: "ESQL: BUCKET: allow numerical spans as whole numbers" | ||
area: ES|QL | ||
type: enhancement | ||
issues: | ||
- 104646 | ||
- 109340 | ||
- 105375 |
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: 111948 | ||
summary: Upgrade xcontent to Jackson 2.17.0 | ||
area: Infra/Core | ||
type: upgrade | ||
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: 111966 | ||
summary: No error when `store_array_source` is used without synthetic source | ||
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: 111968 | ||
summary: "ESQL: don't lose the original casting error message" | ||
area: ES|QL | ||
type: bug | ||
issues: | ||
- 111967 |
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: 111969 | ||
summary: "[Profiling] add `container.id` field to event index template" | ||
area: Application | ||
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,15 @@ | ||
pr: 111972 | ||
summary: Introduce global retention in data stream lifecycle. | ||
area: Data streams | ||
type: feature | ||
issues: [] | ||
highlight: | ||
title: Add global retention in data stream lifecycle | ||
body: "Data stream lifecycle now supports configuring retention on a cluster level,\ | ||
\ namely global retention. Global retention \nallows us to configure two different\ | ||
\ retentions:\n\n- `data_streams.lifecycle.retention.default` is applied to all\ | ||
\ data streams managed by the data stream lifecycle that do not have retention\n\ | ||
defined on the data stream level.\n- `data_streams.lifecycle.retention.max` is\ | ||
\ applied to all data streams managed by the data stream lifecycle and it allows\ | ||
\ any data stream \ndata to be deleted after the `max_retention` has passed." | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 112005 | ||
summary: Check for valid `parentDoc` before retrieving its previous | ||
area: Mapping | ||
type: bug | ||
issues: | ||
- 111990 |
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
5 changes: 5 additions & 0 deletions
5
docs/reference/esql/functions/description/mv_percentile.asciidoc
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.
13 changes: 13 additions & 0 deletions
13
docs/reference/esql/functions/examples/mv_percentile.asciidoc
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.