-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
pr: 86261 | ||
summary: Snapshots as simple archives | ||
area: Search | ||
type: feature | ||
issues: | ||
- 81210 | ||
highlight: | ||
title: Reading indices from older Elasticsearch versions | ||
body: |- | ||
Elasticsearch has full query and write support for indices created in the previous major | ||
version. If you have indices created in Elasticsearch versions 5 or 6, you can now use | ||
the archive functionality to import and query these indices as well. | ||
The archive functionality provides slower read-only access to older data, | ||
for compliance or regulatory reasons, the occasional lookback or investigation, | ||
or to rehydrate parts of it. Access to the data is expected to be infrequent, | ||
and can therefore happen with limited performance and query capabilities. | ||
notable: true |