Add the ability to specify when ILM step execution should occur #37325
Labels
:Data Management/ILM+SLM
Index and Snapshot lifecycle management
>enhancement
Team:Data Management
Meta label for data/management team
When a user has a complex ILM policy for a production cluster with significant
load, some of the actions that ILM can take may be undesirable during peak
traffic hours (for example, an ecommerce site increasing replicas or performing
shard relocation for all indices at 8am on Black Friday morning).
A tool like Curator that is manually run is slightly more careful since it
allows the administrator to specify when the actions should take place (at 1am
when everyone is sleeping, for instance).
It would be nice if ILM could be configured to run its actions only during a
certain time frame, so actions could be kicked off at a "better" time.
There are a couple of options that I can think of quickly for how this could
be implemented:
for instance, at 1am
01:00-04:00
meaning thatILM will execute steps only between 1am and 4am (time on the master node)
The text was updated successfully, but these errors were encountered: