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 6.0.1
editElasticsearch version 6.0.1
editBreaking Changes
edit- Scroll
-
- Fail queries with scroll that explicitely set request_cache #27342
Enhancements
editBug Fixes
edit- Cluster
-
- Properly format IndexGraveyard deletion date as date #27362
- Core
- Engine
- Inner Hits
-
- Return an empty _source for nested inner hit when filtering on a field that doesn’t exist #27531
- Machine Learning
-
- Fixed analytics problem where sparse data resulted in "update failed" errors in the logs.
- Mapping
- Nested Docs
-
- Ensure nested documents have consistent version and seq_ids #27455
- Network
- Plugin Lang Painless
- Plugin Repository GCS
- Recovery
- Reindex API
- Search
-
- Fix profiling naming issues #27133
- Security
-
-
Fixed error that occurred when attempting to audit
system_access_granted
events. -
Fixed the
setup-passwords
command such that it fails appropriately when invalid URLs are specified in the--url
option and when X-Pack security is not enabled.
-
Fixed error that occurred when attempting to audit
- Sequence IDs
- Snapshot/Restore
-
- Do not swallow exception in ChecksumBlobStoreFormat.writeAtomic() #27597
- Delete shard store files before restoring a snapshot #27476 (issues: #20220, #26865)
- Fix snapshot getting stuck in INIT state #27214 (issue: #27180)
- Fix default value of ignore_unavailable for snapshot REST API (#25359) #27056 (issue: #25359)
- Do not create directory on readonly repository (#21495) #26909 (issue: #21495)
- Watcher
-
- Fixed handling of Hipchat rooms. For example, room names with spaces did not work as expected. For more information, see HipChat Action.