Regarding the snapshot and restore functionality for data streams, I can only snapshot all the data within a data stream at once, and when restoring, I can only restore all the data at once as well.
Is it possible to restore data for only a specific index within a data stream?
By the way, is there any plan to optimize the recovery of specific index snapshots within a data stream? The storage on Elasticsearch nodes cannot be configured with standard redundancy for restoring the entire data stream snapshot, and recovering specific indices requires using the data stream API via Dev Tools, which is not very user-friendly.
Elastic also does not provide any information about roadmaps and future features, you should open an Enhancement request if you have a support contract or a feature request in Github.
But I agree that the UI/UX related to restorign snapshots could be improved.
Sometimes the user may not even know that a backing index of a data stream is hidden per default, and restoring individual indices without changing index.hidden to false will make those indices to not appear on the restore page, so this can be confusing for the user.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.