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: parse origination date from index name #46755

Merged
merged 20 commits into from
Sep 25, 2019

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    f988e6e View commit details
    Browse the repository at this point in the history
  2. Drop unused imports.

    andreidan committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    161de49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98c17bb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. ILM: parse origination date from index name

    Introduce the `index.lifecycle.parse_origination_date` setting that
    indicates if the origination date should be parsed from the index name.
    If set to true an index which doesn't match the expected format (namely
    `indexName-{dateFormat}-optional_digits` will fail before being created.
    The origination date will be parsed when initialising a lifecyle for an
    index and it will be set as the `index.lifecycle.origination_date` for
    that index.
    
    A user set value for `index.lifecycle.origination_date` will always
    override a possible parsable date from the index name.
    andreidan committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    0792419 View commit details
    Browse the repository at this point in the history
  2. Add license to new file.

    andreidan committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    4084191 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f759aa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a37c5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77a2876 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c1375f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a6c2c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c296435 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    09fffee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f2ff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03e55fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3858152 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79e9a1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a75cb9 View commit details
    Browse the repository at this point in the history
  7. Start 2 nodes in test

    andreidan committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    83d5710 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    3d5c8dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3499f47 View commit details
    Browse the repository at this point in the history