Skip to content

Commit

Permalink
Merge branch 'partial-rest-requests' into add_incremental_bulk_service
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Brooks committed Aug 20, 2024
2 parents 557e5a7 + 7b3f8ac commit 055cd18
Show file tree
Hide file tree
Showing 222 changed files with 6,213 additions and 1,000 deletions.
5 changes: 5 additions & 0 deletions docs/changelog/111544.yaml
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: []
6 changes: 6 additions & 0 deletions docs/changelog/111749.yaml
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
8 changes: 8 additions & 0 deletions docs/changelog/111874.yaml
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
5 changes: 5 additions & 0 deletions docs/changelog/111948.yaml
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: []
5 changes: 5 additions & 0 deletions docs/changelog/111966.yaml
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: []
6 changes: 6 additions & 0 deletions docs/changelog/111968.yaml
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
5 changes: 5 additions & 0 deletions docs/changelog/111969.yaml
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: []
15 changes: 15 additions & 0 deletions docs/changelog/111972.yaml
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
6 changes: 6 additions & 0 deletions docs/changelog/112005.yaml
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
1 change: 1 addition & 0 deletions docs/reference/api-conventions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ All REST API parameters (both request parameters and JSON body) support
providing boolean "false" as the value `false` and boolean "true" as the
value `true`. All other values will raise an error.

[[api-conventions-number-values]]
[discrete]
=== Number Values

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions docs/reference/esql/functions/examples/bucket.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions 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.

26 changes: 13 additions & 13 deletions docs/reference/esql/functions/kibana/definition/add.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 055cd18

Please sign in to comment.