Hello,
I'm currently trying to configure and using ilm lifecycle management and data stream for my indices,we are metting a question,when the index was rollovered,the age of index will be reset,this got us into trouble.For example,the value of warm phrase's min_age is seven days,then when the index reaches to storage limit and has being rollovered,we will wait seven days again for it that enters to warm phrase.If the index never reaches to the storage limit,then it will never enter to warm phrase.In this scene,we can't do anything for it,such as deleting the index or deleting the data stream of this index.
What is the reason for this reset design? Or are there any plan I can do for solving this problem? Or will it be changed in future?
Finally,will elasticsearch manage data stream in some day?
Looking forward to any help!