Skip to content

Commit 6e5d3fb

Browse files
authored
Merge branch 'elastic:main' into bugfix/highlighting-for-constant_keyword-field-type
2 parents fa64ba3 + b508ee7 commit 6e5d3fb

File tree

241 files changed

+9184
-1730
lines changed

Some content is hidden

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

241 files changed

+9184
-1730
lines changed

docs/changelog/94954.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 94954
2+
summary: Asset tracking - geo_line for TSDB
3+
area: Geo
4+
type: enhancement
5+
issues: []

docs/changelog/96224.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
pr: 96224
2+
summary: Add multiple queries for ranking to the search endpoint
3+
area: Ranking
4+
type: enhancement
5+
issues: []
6+
highlight:
7+
title: Add multiple queries for ranking to the search endpoint
8+
body: "The search endpoint adds a new top-level element called `sub_searches`. \
9+
This top-level element is a list of searches used for ranking where each \
10+
\"sub search\" is executed independently. The `sub_searches` element is \
11+
used instead of `query` to allow a search using ranking to execute \
12+
multiple queries. The `sub_searches` and `query` elements cannot be used \
13+
together."
14+
notable: true

docs/changelog/96605.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 96605
2+
summary: "Feature: include unit support for time series rate aggregation"
3+
area: TSDB
4+
type: enhancement
5+
issues:
6+
- 94630

docs/changelog/96624.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 96624
2+
summary: Enable analytics geoip in behavioral analytics
3+
area: "Application"
4+
type: feature
5+
issues: []

docs/changelog/96712.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 96712
2+
summary: "Adjust ECS dynamic templates to support `subobjects: false`"
3+
area: Data streams
4+
type: enhancement
5+
issues: []

docs/changelog/96794.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 96794
2+
summary: Make TDigestState configurable
3+
area: Aggregations
4+
type: enhancement
5+
issues: []

docs/changelog/96821.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 96821
2+
summary: Change rollup thread pool settings
3+
area: TSDB
4+
type: enhancement
5+
issues:
6+
- 96758

docs/changelog/96843.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 96843
2+
summary: Uses `ClusterSettings` instead of Node `Settings` in `HealthMetadataService`
3+
area: Health
4+
type: bug
5+
issues:
6+
- 96219

docs/changelog/96863.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 96863
2+
summary: Add brute force approach to `GeoHashGridTiler`
3+
area: Geo
4+
type: enhancement
5+
issues: []

docs/changelog/96904.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
pr: 96904
2+
summary: Switch TDigestState to use `HybridDigest` by default
3+
area: Aggregations
4+
type: breaking
5+
issues: []
6+
breaking:
7+
title: Switch TDigestState to use `HybridDigest` by default
8+
area: REST API
9+
details: "The default implementation for TDigest in percentile calculations switches\
10+
\ to a new internal implementation offering superior performance (2x-10x speedup),\
11+
\ at a very small accuracy penalty for very large sample populations."
12+
impact: "This change leads to generating slightly different results in percentile\
13+
\ calculations. If the highest possible accuracy is desired, or it's crucial to\
14+
\ produce exactly the same results as in previous versions, one can either set\
15+
\ `execution_hint` to `high_accuracy` in the `tdigest` spec of a given percentile\
16+
\ calculation, or set `search.aggs.tdigest_execution_hint` to `high_accuracy`\
17+
\ in cluster settings to apply to all percentile queries."
18+
notable: true

0 commit comments

Comments
 (0)