Question, how do we better handle the rollover indices along with rollover alias when there is a requirement to update the mappings on the indices.
We have a scenario where we implemented a rollover indices for one of the static indices (used for business search) along with rollover alias.
Now, there is a requiremnt to update the mappings and I knew this requires reindexing of the data from old indices.
Questions that i have is:
- Can I use the same index naming pattern to create new indices?
- Can I use the same rollover alias for the new updated index if we use the same index naming pattern?
What is the best way to create new updated indices with new mappings and perform reindexing the data from old to new and still hold the indices under ILM