You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def setup_ilm
return unless ilm_enabled?
if default_index?(@index) || !default_rollover_alias?(@ilm_rollover_alias)
logger.warn("Overwriting supplied index #{@index} with rollover alias #{@ilm_rollover_alias}") unless default_index?(@index)
@index = @ilm_rollover_alias
maybe_create_rollover_alias
maybe_create_ilm_policy
end
end
Now it is time to determine if rolloverneeds to create rollover when it starts.