elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
963 stars 24.82k forks source link

[Failure store] Use selectors in snapshot creation and restore. #115242

Open gmarouli opened 2 weeks ago

gmarouli commented 2 weeks ago

In the https://github.com/elastic/elasticsearch/pull/114992, we introduced the selector API in the multi-target syntax. We would like to support the :: syntax when creating and restoring a snapshot.

Apart from correctly, resolving the information, we want to also double checks reported concerns about cross-referencing the restored backing and failure indices, and removing references from the data stream to non-existing indices.

elasticsearchmachine commented 2 weeks ago

Pinging @elastic/es-data-management (Team:Data Management)