This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Description
Hey,
We've noticed a small issue during rollover action. If we rollover an alias manually (for whatever reason) we see that we have multiple managed indices in ISM trying to rollover. This causes alias to rollover (based on time) more often than it should.
Ideally, ISM would either:
- throw an error when rolling over alias due to non-write index ISM policy
- provide configuration to skip rollover if it was already done and managed index is not the write index.
Regards