I have 2 ELK cluster. Every x days I would like to take a snapshot of some indexes (based on date, for example indexes of previous month) in first cluster and restore them in second remote cluster. Can I dynamically select indexes to take snapshot? I need to schedule it. It is for logs data.
On May I need to move April-indexes to the remote cluster. Is snapshot&restore the best option?
Thanks in advance