Elasticsearch version 8.0.1
editElasticsearch version 8.0.1
editAlso see Breaking changes in 8.0.
Known issues
edit-
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)
Bug fixes
edit- Aggregations
-
- Fix backward compatibility with 7.17.0 #83715
- Distributed
- ILM+SLM
-
- Do not allow negative age in explain lifecycle API response #84043
- Infra/Core
- Ingest
- Machine Learning
-
- Retry anomaly detection job recovery during relocation #83456
- Packaging
- Recovery
-
-
Add missing
indices.recovery.internal_action_retry_timeout
to list of settings #83354
-
Add missing
- SQL
-
- Fix txt format for empty result sets #83376
- Search
- Security
-
- Upgrade jANSI dependency to 2.4.0 #83566
- Snapshot/Restore
- Transform
-
- Fix condition on which the transform stops processing buckets #82852
- Watcher