Hello guys,
we have couple of our end users requesting to store their data in Elasticsearch for auditing purpose for 3 years. As data grows we have the bottleneck in our resources,
so we have decided snapshot the data from the cold tier (we do force merge and no replicas) and move to s3 storage before we actually perform delete in ILM policy.
We rollover indexes based on either size or days, if an indexed is rolled over we see index name with date extension,
eg: sampleindex-01-09-2023,sampleindex-02-09-2023,sampleindex-03-09-2023… etc.
Now the challenge here is, how can we take the snapshots of indexes which are in cold tier only as we have index names same in all tiers except data as postfix to the name.
is there a way we can have specific index names to each of the tiers(hot, warm, cold) during rollover or any other alternative to take those snapshots from cold tier?
any suggestions would be much appreciated.
regards and thank you.
Shubham