Hello all,
we are using rollover index lifecycle management. This way our indices are being rotated once they hit 50GB.
From time to time we are in the need to change something in the index design so that we do these changes inside the index template and then we do need to wait until the index is being rotated so that we can see the effect of our changes being applied on the new index.
Because reaching the 50GB size can sometimes take up to 3 days, we need a way to force the rollover manually without having to wait until the ILM policy with it's 50GB trigger is met.
Is there any documentation available about this manual operation (how can I force the rollover for the current used index)?
Many thanks for hints!
Plym