Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ILM: Skip rolling indexes that are already rolled #47324

Merged
merged 10 commits into from
Oct 4, 2019

Commits on Sep 30, 2019

  1. ILM: Skip rolling indexes that are already rolled

    An index with an ILM policy that has a `rollover` action in one of the
    phases was rolled over when the ILM conditions dictated regardless if
    it was already rolled over (eg. manually after modifying an index
    template in order to force the creation of a new index that uses the new
    mappings).
    This commit adds the `index.lifecycle.rollover.skip_rolled` setting,
    which defaults to true, to change this behaviour and have ILM check if
    the index it's about to roll has not been rolled over in the meantime.
    andreidan committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    51b631f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ae12a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    3a92289 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    617a2f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a70f55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    837f98a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffaa20d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fabc7bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c71c38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    742f6c2 View commit details
    Browse the repository at this point in the history