Skip to content

Commit 9113314

Browse files
authored
Merge branch 'main' into enh/inlinestats_fail_messages
2 parents f27464f + 06da8a4 commit 9113314

File tree

81 files changed

+2120
-544
lines changed

Some content is hidden

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

81 files changed

+2120
-544
lines changed

build-tools-internal/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ log4j = 2.19.0
1414
slf4j = 2.0.6
1515
ecsLogging = 1.2.0
1616
jna = 5.12.1
17-
netty = 4.1.118.Final
17+
netty = 4.1.126.Final
1818
commons_lang3 = 3.9
1919
google_oauth_client = 1.34.1
2020
awsv2sdk = 2.31.78

docs/changelog/133546.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133546
2+
summary: "Support geohash, geotile and geohex grid types in ST_INTERSECTS and ST_DISJOINT"
3+
area: "ES|QL"
4+
type: enhancement
5+
issues: []

docs/changelog/133954.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 133954
2+
summary: "ILM: Force merge on zero-replica cloned index before snapshotting for searchable snapshots"
3+
area: ILM+SLM
4+
type: enhancement
5+
issues:
6+
- 75478

docs/changelog/134033.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 134033
2+
summary: Fix FORK with union-types
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 133973

docs/changelog/134182.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 134182
2+
summary: Upgrade Netty to 4.1.126.Final
3+
area: Network
4+
type: upgrade
5+
issues: []

docs/changelog/134198.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 134198
2+
summary: Improve `ShardLockObtainFailedException` message
3+
area: Store
4+
type: enhancement
5+
issues: []

docs/docset.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ subs:
3535
api-prereq-title: "Prerequisites"
3636
api-description-title: "Description"
3737
api-path-parms-title: "Path parameters"
38-
api-query-parms-title: "Query parameters"
3938
api-request-body-title: "Request body"
4039
api-examples-title: "Examples"
4140
ecloud: "Elastic Cloud"
@@ -49,7 +48,6 @@ subs:
4948
serverless-full: "Elastic Cloud Serverless"
5049
serverless-short: "Serverless"
5150
es-serverless: "Elasticsearch Serverless"
52-
ess-utm-params: "?page=docs&placement=docs-body"
5351
cloud-only: "This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported."
5452
security-app: "Elastic Security app"
5553
stack-monitor-app: "Stack Monitoring"
@@ -87,13 +85,10 @@ subs:
8785
search-snaps: "searchable snapshots"
8886
slm: "snapshot lifecycle management"
8987
slm-init: "SLM"
90-
dfeed: "datafeed"
9188
dfeeds: "datafeeds"
9289
dfeeds-cap: "Datafeeds"
9390
anomaly-detect: "anomaly detection"
9491
anomaly-jobs: "anomaly detection jobs"
95-
dataframe: "data frame"
96-
dataframe-cap: "Data frame"
9792
transform: "transform"
9893
transforms: "transforms"
9994
transforms-cap: "Transforms"
@@ -113,4 +108,3 @@ subs:
113108
nlp: "natural language processing"
114109
index-manage-app: "Index Management"
115110
connectors-app: "Connectors"
116-
ingest-pipelines-app: "Ingest Pipelines"

docs/reference/query-languages/esql/_snippets/functions/parameters/st_disjoint.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/parameters/st_intersects.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/types/st_disjoint.md

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)