A newer version is available. For the latest information, see the
current release documentation.
Elasticsearch version 7.17.0
editElasticsearch version 7.17.0
editAlso see Breaking changes in 7.17.
Known issues
editThese issues will impact any subsequent upgrade to 8.x, and are fixed in 7.17.1. We strongly recommend that all users upgrade to a later patch release of 7.17 before upgrading to 8.x.
-
Parsing a request when the last element in an array is filtered out
(for instance using
_source_includes
) fails. This is due to a bug in Jackson parser. Fixed in Elasticsearch 8.6.1 (#91456) -
The deprecated
index.mapper.dynamic
setting can break your cluster. It can only be set using the Update index settings API. Symptoms include nodes failing to start or shards failing to allocate. Do not use this setting in versions prior to 7.17.22. The bug is fixed in 7.17.22. (issue: #109160)
Deprecations
edit- Mapping
- Transform
Enhancements
edit- Audit
- Authorization
- ILM+SLM
- Infra/Core
- Infra/Logging
- Infra/Settings
- Java Low Level REST Client
-
- Expose HTTP client and allow overriding meta header #81955
- License
- Machine Learning
-
- Move datafeed stats action off of master node #82271
- Watcher
-
- Prevent watcher from starting if its templates are missing #82395
Bug fixes
edit- Aggregations
- Allocation
-
- Correct context for batched reroute notifications #83019
- Authorization
- CRUD
-
-
Fix potential listener leak in
TransportBulkAction
#81894
-
Fix potential listener leak in
- Geo
- ILM+SLM
- Indices APIs
- Infra/Core
- Infra/Logging
- Ingest
- Java Low Level REST Client
-
- Fix version resolution and encoding in LLRC #81989
- Machine Learning
-
- Fix annotations index maintenance after reindexing #82304 (issue: #82250)
- Improve cleanup for model snapshot upgrades #81831 (issue: #81578)
- Make delete intervening results more selective #82437
- Skip time to next interval with data for datafeeds with aggs #82488 (issue: #82406)
- Update running process when global calendar changes #83044
- Avoid transient poor time series modeling after detecting new seasonal components. This can affect cases where there are fast and slow repeats in the data, for example 30 minutes and 1 day, and the job uses a short bucket length. #2167 (issue: #2166)
- Monitoring
- Network
-
-
Correct context for
ClusterConnManager
listener #83035
-
Correct context for
- Search
- Settings
- Snapshot/Restore
-
- Always fail snapshot deletion listeners on master failover #82361 (issue: #81596)
- Fix potential repository corruption during master failover #82912 (issue: #82911)
- Remove requirement for key setting on Azure client settings #82030
- Support GKE workload identity for searchable snapshots #82974 (issue: #82702)
- Stats
-
-
Correct context for
CancellableSOCache
listener #83021
-
Correct context for
Upgrades
edit- Search
-
- Upgrade to Lucene 8.11.1 #81900