Skip to content

Commit 38dd10b

Browse files
author
elasticsearchmachine
committed
Merge remote-tracking branch 'origin/main' into lucene_snapshot
2 parents 58c6a31 + e4defca commit 38dd10b

File tree

335 files changed

+6721
-1067
lines changed

Some content is hidden

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

335 files changed

+6721
-1067
lines changed

distribution/src/config/log4j2.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ appender.deprecation_rolling.name = deprecation_rolling
6363
appender.deprecation_rolling.fileName = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_deprecation.json
6464
appender.deprecation_rolling.layout.type = ECSJsonLayout
6565
# Intentionally follows a different pattern to above
66-
appender.deprecation_rolling.layout.dataset = deprecation.elasticsearch
66+
appender.deprecation_rolling.layout.dataset = elasticsearch.deprecation
6767
appender.deprecation_rolling.filter.rate_limit.type = RateLimitingFilter
6868

6969
appender.deprecation_rolling.filePattern = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_deprecation-%i.json.gz

docs/changelog/116964.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 116964
2+
summary: "Support ST_ENVELOPE and related (ST_XMIN, ST_XMAX, ST_YMIN, ST_YMAX) functions"
3+
area: ES|QL
4+
type: feature
5+
issues:
6+
- 104875

docs/changelog/117230.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117230
2+
summary: Make various alias retrieval APIs wait for cluster to unblock
3+
area: Distributed
4+
type: enhancement
5+
issues: []

docs/changelog/117701.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 117701
2+
summary: Watcher history index has too many indexed fields -
3+
area: Watcher
4+
type: bug
5+
issues:
6+
- 71479

docs/changelog/117792.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 117792
2+
summary: Address mapping and compute engine runtime field issues
3+
area: Mapping
4+
type: bug
5+
issues:
6+
- 117644

docs/changelog/117898.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117898
2+
summary: Limit size of query
3+
area: ES|QL
4+
type: bug
5+
issues: []

docs/changelog/117914.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117914
2+
summary: Fix for propagating filters from compound to inner retrievers
3+
area: Ranking
4+
type: bug
5+
issues: []

docs/changelog/117917.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117917
2+
summary: Add option to store `sparse_vector` outside `_source`
3+
area: Mapping
4+
type: feature
5+
issues: []

docs/changelog/117933.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
pr: 117933
2+
summary: Change `deprecation.elasticsearch` keyword to `elasticsearch.deprecation`
3+
area: Infra/Logging
4+
type: bug
5+
issues:
6+
- 83251
7+
breaking:
8+
title: Deprecation logging value change for "data_stream.dataset" and "event.dataset"
9+
area: Logging
10+
details: |-
11+
This change modifies the "data_stream.dataset" and "event.dataset" value for deprecation logging
12+
to use the value `elasticsearch.deprecation` instead of `deprecation.elasticsearch`. This is now
13+
consistent with other values where the name of the service is the first part of the key.
14+
impact: |-
15+
If you are directly consuming deprecation logs for "data_stream.dataset" and "event.dataset" and filtering on
16+
this value, you will need to update your filters to use `elasticsearch.deprecation` instead of
17+
`deprecation.elasticsearch`.
18+
notable: false

docs/changelog/117953.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 117953
2+
summary: Acquire stats searcher for data stream stats
3+
area: Data streams
4+
type: bug
5+
issues: []

0 commit comments

Comments
 (0)