Skip to content

Commit 3570257

Browse files
author
elasticsearchmachine
committed
Merge remote-tracking branch 'origin/main' into lucene_snapshot
2 parents bf1f92d + 435df33 commit 3570257

File tree

139 files changed

+4985
-667
lines changed

Some content is hidden

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

139 files changed

+4985
-667
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Daily update of JDK update branch with changes from main
2+
name: "Merge main to openjdk23-bundle branch"
3+
on:
4+
schedule:
5+
- cron: '30 17 * * *'
6+
workflow_dispatch: {}
7+
8+
jobs:
9+
merge-branch:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: checkout
13+
uses: actions/checkout@master
14+
15+
- name: merge
16+
uses: devmasx/[email protected]
17+
with:
18+
type: 'now'
19+
target_branch: openjdk23-bundle
20+
github_token: ${{ secrets.ELASTICSEARCHMACHINE_TOKEN }}

docs/changelog/111226.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 111226
2+
summary: "ES|QL: add Telemetry API and track top functions"
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/changelog/111413.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 111413
2+
summary: "ESQL: Fix synthetic attribute pruning"
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 105821

docs/changelog/112026.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 112026
2+
summary: Create `StreamingHttpResultPublisher`
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/112369.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 112369
2+
summary: Register Task while Streaming
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/112440.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 112440
2+
summary: "logs-apm.error-*: define log.level field as keyword"
3+
area: Data streams
4+
type: bug
5+
issues: []

docs/reference/esql/functions/description/locate.asciidoc

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/kibana/definition/locate.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/kibana/docs/locate.md

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

docs/reference/mapping/types/geo-shape.asciidoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ Documents using this type can be used:
1818
** a <<query-dsl-geo-shape-query,`geo_shape` query>> (for example, intersecting polygons).
1919
* to aggregate documents by geographic grids:
2020
** either <<search-aggregations-bucket-geohashgrid-aggregation,`geo_hash`>>
21-
** or <<search-aggregations-bucket-geotilegrid-aggregation,`geo_tile`>>.
22-
23-
Grid aggregations over `geo_hex` grids are not supported for `geo_shape` fields.
21+
** or <<search-aggregations-bucket-geotilegrid-aggregation,`geo_tile`>>
22+
** or <<search-aggregations-bucket-geohexgrid-aggregation,`geo_hex`>>
2423

2524
[[geo-shape-mapping-options]]
2625
[discrete]

0 commit comments

Comments
 (0)