Hi I have a question about the snapshot restore mechanism,
Senerio,
I create an index, and it has data keep indexing in it and I have set the Elasticsearch to take snapshot once per night specficly for this index, let say after 30 days, I delete this index, and I want to restore it.
Suppose at this point, I will have 30 snapshots, and each snapshot is labaled with a date. if I pick the 30th one, would it be able to recover the data from day 1 til day 30? or it just recover the data between day 29 to day 30
below is my policy set up