The way to backup the searchable snapshot #93972
Labels
:Distributed Indexing/Distributed
A catch all label for anything in the Distributed Area. Please avoid if you can.
:Distributed Indexing/Store
Issues around managing unopened Lucene indices. If it touches Store.java, this is a likely label.
>enhancement
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
Description
On ESS for the cold/frozen tier, searchable snapshot data is stored in i.e. s3 bucket, and the reliability is guaranteed by CSP. Almost no data loss risk of natural disasters, however, if there’s a human error, data can be removed easily, i.e. wrongly configured ILM, or users deleting the data by accident. They may think we have a backup like normal indices, but actually, there’s not. (Searchable snapshot is also not configurable and manageable by SLM, so if it's accidentally deleted, there's no way to find the data back.)
Logically thinking, it's a SPOF.
It would be great to have a logic to take the backup of the searchable snapshots on the current ESS, i.e. thru mirroring the buckets.
cc @romain-chanu @psanz-estc as we discussed this
The text was updated successfully, but these errors were encountered: