IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Elasticsearch version 7.11.2
editElasticsearch version 7.11.2
editAlso see Breaking changes in 7.11.
Known issues
edit-
Snapshot and restore: If an index is deleted while the cluster is concurrently taking more than one snapshot then there is a risk that one of the snapshots may never complete and also that some shard data may be lost from the repository, causing future restore operations to fail. To mitigate this problem, prevent concurrent snapshot operations by setting
snapshot.max_concurrent_operations: 1
.This issue is fixed in Elasticsearch versions 7.13.1 and later. For more details, see #73456.
Enhancements
edit- Authorization
-
- Improve shard level request cache efficiency #69505
Bug fixes
edit- Aggregations
- Features/Data streams
-
- Don’t mark backing indices of overlapping data streams as conflicts #69625
- Features/ILM+SLM
- Features/Indices APIs
- Features/Ingest
- Infra/Plugins
- Machine Learning
- Mapping
- SQL
- Snapshot/Restore
- Transform