Hi,
I’m trying to clarify my understanding of the following paragraph from the documentation:
The archive functionality provides slower read-only access to older Elasticsearch 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.
For this, Elasticsearch can access older snapshot repositories going back to version 5. The legacy indices in the snapshot repository can either be restored or directly accessed through searchable snapshots so that the archived data won’t need to fully reside on local disks for access.
I understand that searchable snapshots are a licensed feature. However, I’d like to confirm whether a restore of those legacy indices from the snapshot repository also requires a license, or if the license requirement applies only to searchable snapshots.
Any clarification would be appreciated.
Thanks in advance.