Hi Everyone,
I am new in Elastic search and I would appreciate if someone help me on below issue.We are trying to create new indexes on quarterly bases(Example :Data_Q12021,Data_Q22021,Data_Q32021,...) and this way partition our data.
Is it possible to implement an schedule job to do that (programmatically)?
We also don't want to move the old partitions into cold or warm state and for us all of them are hot.
Thanks in advance.