Hi!
I need a retention time of 2 months for the data in my elastic search cluster. After that period of time, I need to move my old data to a cheap storage such as s3 (just in case) and use curator to remove everything older than 2 months.
Should I use the snapshot API before using curator? Any details are welcome.
Thank you.