Hi ,
I am new to elastic search. I am using elastic search to persist order related data. My requirement is archive all completed orders after a certain period of time. For example if an ecomm order is completed, I want to archive those completed orders after 7 days. Is there any built in mechanism for Elastic search to support this? This is a conditional archiving. All order related data are present in one index. I mean i have only one index to keep order related data.