Skip to content

Commit aa1754d

Browse files
author
elasticsearchmachine
committed
Merge remote-tracking branch 'origin/main' into lucene_snapshot
2 parents da85260 + 89bd58e commit aa1754d

File tree

100 files changed

+1969
-778
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+1969
-778
lines changed

docs/changelog/114227.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 114227
2+
summary: Ignore conflicting fields during dynamic mapping update
3+
area: Mapping
4+
type: bug
5+
issues:
6+
- 114228

docs/changelog/115779.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 115779
2+
summary: Don't allow secure settings in YML config (109115)
3+
area: Infra/Settings
4+
type: bug
5+
issues:
6+
- 109115

docs/changelog/116015.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 116015
2+
summary: Empty percentile results no longer throw no_such_element_exception in Anomaly Detection jobs
3+
area: Machine Learning
4+
type: bug
5+
issues:
6+
- 116013

docs/changelog/116043.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 116043
2+
summary: Support partial sort fields in TopN pushdown
3+
area: ES|QL
4+
type: enhancement
5+
issues:
6+
- 114515

docs/changelog/116112.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
pr: 116112
2+
summary: Remove ignored fallback option on GeoIP processor
3+
area: Ingest Node
4+
type: breaking
5+
issues: []
6+
breaking:
7+
title: Remove ignored fallback option on GeoIP processor
8+
area: Ingest
9+
details: >-
10+
The option fallback_to_default_databases on the geoip ingest processor has been removed.
11+
(It was deprecated and ignored since 8.0.0.)
12+
impact: Customers should stop remove the noop fallback_to_default_databases option on any geoip ingest processors.
13+
notable: false

docs/changelog/116211.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 116211
2+
summary: Use underlying `ByteBuf` `refCount` for `ReleasableBytesReference`
3+
area: Network
4+
type: bug
5+
issues: []

docs/changelog/116212.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 116212
2+
summary: Handle status code 0 in S3 CMU response
3+
area: Snapshot/Restore
4+
type: bug
5+
issues:
6+
- 102294

docs/reference/esql/functions/kibana/definition/date_diff.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/signature/match.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/reference/ingest/apis/simulate-ingest.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ Definition of a mapping that will be merged into the index's mapping for validat
265265

266266
[[simulate-ingest-api-pre-existing-pipelines-ex]]
267267
===== Use pre-existing pipeline definitions
268-
In this example the index `index` has a default pipeline called `my-pipeline` and a final
269-
pipeline called `my-final-pipeline`. Since both documents are being ingested into `index`,
268+
In this example the index `my-index` has a default pipeline called `my-pipeline` and a final
269+
pipeline called `my-final-pipeline`. Since both documents are being ingested into `my-index`,
270270
both pipelines are executed using the pipeline definitions that are already in the system.
271271

272272
[source,console]

0 commit comments

Comments
 (0)