Skip to content

Commit e746564

Browse files
authored
Merge branch 'main' into topsnippet/foldable
2 parents 0ad2083 + df9f0d3 commit e746564

File tree

59 files changed

+3023
-297
lines changed

Some content is hidden

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

59 files changed

+3023
-297
lines changed

docs/changelog/142386.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
area: SQL
2+
issues:
3+
- 137365
4+
pr: 142386
5+
summary: Fix `QlIllegalArgumentException` with non-foldable date range queries
6+
type: bug

docs/changelog/142738.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 142738
2+
summary: Added service settings update logic for Alibaba Cloud Search provider in the Inference Plugin
3+
area: Inference
4+
type: enhancement
5+
issues:
6+
- 122356

docs/changelog/142855.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
area: ES|QL
2+
issues: []
3+
pr: 142855
4+
summary: Reapply "NDJSON datasource"
5+
type: feature

docs/release-notes/breaking-changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Search:
2121
* Disable cross-cluster functionality for `_fleet/_fleet_msearch` [#136703](https://github.com/elastic/elasticsearch/pull/136703)
2222
* Disable cross-cluster functionality for `_fleet/_fleet_search` [#136039](https://github.com/elastic/elasticsearch/pull/136039)
2323

24+
25+
2426
## 9.2.5 [elasticsearch-9.2.5-breaking-changes]
2527

2628
There are no breaking changes associated with this release.

docs/release-notes/changelog-bundles/9.3.0.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,6 @@ version: 9.3.0
22
released: true
33
generated: 2026-02-03T16:30:41.317830115Z
44
changelogs:
5-
- pr: []
6-
summary: Introduces a guided UI flow in Kibana to connect self-managed clusters to Elastic Cloud-hosted services like AutoOps and the Elastic Inference Service.
7-
area: Management
8-
type: feature
9-
issues: []
10-
highlight:
11-
notable: true
12-
title: New Cloud Connect UI for self-managed installations
13-
body: "Adds Cloud Connect functionality to Kibana, which allows you to use cloud solutions like AutoOps and Elastic Inference Service in your self-managed Elasticsearch clusters."
14-
pr: []
15-
- pr: []
16-
summary: Elastic Inference Service now adds new AI/ML models dynamically, independent of stack release cycles.
17-
area: Machine Learning
18-
type: feature
19-
issues: []
20-
highlight:
21-
notable: true
22-
title: Independent AI/ML model delivery
23-
body: "Elastic will regularly be adding new AI/ML models from 9.3 onwards which will appear as pre-configured inference endpoints in Elasticsearch. See the [Elastic Inference Service](https://www.elastic.co/docs/explore-analyze/elastic-inference/eis) page for more details."
24-
pr: []
255
- pr: 122491
266
summary: Add CEF processor to Ingest node
277
area: Ingest Node

docs/release-notes/deprecations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ ILM:
2424
Infra/Logging:
2525
* Add deprecation lenient booleans usage for analysis boolean setting (3rd party plugins) and boolean system properties. [#137885](https://github.com/elastic/elasticsearch/pull/137885) (issue: [#128993](https://github.com/elastic/elasticsearch/issues/128993))
2626

27+
28+
2729
## 9.2.5 [elasticsearch-9.2.5-deprecations]
2830

2931
There are no deprecations associated with this release.

docs/release-notes/index.md

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ To check for security updates, go to [Security announcements for the Elastic sta
2424

2525
### Highlights [elasticsearch-9.3.0-highlights]
2626

27-
::::{dropdown} New Cloud Connect UI for self-managed installations
28-
Adds Cloud Connect functionality to Kibana, which allows you to use cloud solutions like AutoOps and Elastic Inference Service in your self-managed Elasticsearch clusters.
29-
::::
30-
31-
::::{dropdown} Independent AI/ML model delivery
32-
Elastic will regularly be adding new AI/ML models from 9.3 onwards which will appear as pre-configured inference endpoints in Elasticsearch. See the [Elastic Inference Service](https://www.elastic.co/docs/explore-analyze/elastic-inference/eis) page for more details
33-
::::
34-
3527
::::{dropdown} Add CEF processor to Ingest node
3628
The `cef` ingest processor parses a CEF (Common Event Format) message into a structured JSON object. It follows the CEF specification to extract fields such as device vendor, device product, device version, signature ID, name, severity, and extension fields. This allows users to easily analyze and visualize CEF-formatted logs within Elasticsearch and Kibana.
3729
::::
@@ -294,8 +286,6 @@ Machine Learning:
294286
* Nightly maintenance for anomaly detection results indices to keep to manageable size. [#136065](https://github.com/elastic/elasticsearch/pull/136065)
295287
* Require basic licence for the Elastic Inference Service [#137434](https://github.com/elastic/elasticsearch/pull/137434)
296288
* Transition EIS auth polling to persistent task on a single node [#136713](https://github.com/elastic/elasticsearch/pull/136713)
297-
* Downgrade log severity for a batch of recoverable errors [#2889](https://github.com/elastic/ml-cpp/pull/2889)
298-
299289

300290
Mapping:
301291
* Add `index.mapping.nested_parents.limit` and raise nested fields limit to 100 [#138961](https://github.com/elastic/elasticsearch/pull/138961)
@@ -544,6 +534,8 @@ Vector Search:
544534
* Ensure we parse `on_disk_rescore` as its valid to pass false [#141158](https://github.com/elastic/elasticsearch/pull/141158)
545535
* Intercept filters to knn queries [#138457](https://github.com/elastic/elasticsearch/pull/138457) (issue: [#138410](https://github.com/elastic/elasticsearch/issues/138410))
546536

537+
538+
547539
## 9.2.5 [elasticsearch-9.2.5-release-notes]
548540

549541
### Features and enhancements [elasticsearch-9.2.5-features-enhancements]
@@ -594,6 +586,8 @@ Search:
594586
Snapshot/Restore:
595587
* Fix race condition in `CancellableRateLimitedFluxIterator` [#141323](https://github.com/elastic/elasticsearch/pull/141323)
596588

589+
590+
597591
## 9.1.10 [elasticsearch-9.1.10-release-notes]
598592

599593
### Features and enhancements [elasticsearch-9.1.10-features-enhancements]
@@ -3653,19 +3647,4 @@ Vector Search:
36533647
Watcher:
36543648
* Watcher history index has too many indexed fields - [#117701](https://github.com/elastic/elasticsearch/pull/117701) (issue: [#71479](https://github.com/elastic/elasticsearch/issues/71479))
36553649

3656-
* Do not capture `ClusterChangedEvent` in `IndicesStore` call to #onClusterStateShardsClosed [#120193](https://github.com/elastic/elasticsearch/pull/120193)
3657-
3658-
Suggesters:
3659-
* Return an empty suggestion when suggest phase times out [#122575](https://github.com/elastic/elasticsearch/pull/122575) (issue: [#122548](https://github.com/elastic/elasticsearch/issues/122548))
3660-
3661-
Transform:
3662-
* If the Transform is configured to write to an alias as its destination index, when the delete_dest_index parameter is set to true, then the Delete API will now delete the write index backing the alias [#122074](https://github.com/elastic/elasticsearch/pull/122074) (issue: [#121913](https://github.com/elastic/elasticsearch/issues/121913))
3663-
3664-
Vector Search:
3665-
* Apply default k for knn query eagerly [#118774](https://github.com/elastic/elasticsearch/pull/118774)
3666-
* Fix `bbq_hnsw` merge file cleanup on random IO exceptions [#119691](https://github.com/elastic/elasticsearch/pull/119691) (issue: [#119392](https://github.com/elastic/elasticsearch/issues/119392))
3667-
* Knn vector rescoring to sort score docs [#122653](https://github.com/elastic/elasticsearch/pull/122653) (issue: [#119711](https://github.com/elastic/elasticsearch/issues/119711))
3668-
* Return appropriate error on null dims update instead of npe [#125716](https://github.com/elastic/elasticsearch/pull/125716)
36693650

3670-
Watcher:
3671-
* Watcher history index has too many indexed fields - [#117701](https://github.com/elastic/elasticsearch/pull/117701) (issue: [#71479](https://github.com/elastic/elasticsearch/issues/71479))

0 commit comments

Comments
 (0)