I am using ILM (Index Lifecycle Management) of Elastic to Index my live data(Email recieved). The policy is created to rollover to new index on every 30 days.
The Index template is : WikiEmail-*.
So, Index is getting created every 30 days named as : WikiEmail-000001 and so forth.
Now I have an requirement wherein I need to index historical data(Older Email from past few years). How do I index the Older data in the monthly index fashion ? IS there a way we can have cusotmied IndexName in ILM , so that the starting Index name is : WikiEmail-0000099. In that case , I can index the older document by creating corresponding indices in the Warm Phase named as WikiEmail-0000098 ,WikiEmail-0000097 and likewise.