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

backport of: Add rollover-creation-date setting to rolled over index (#31144) #31413

Merged
merged 2 commits into from
Jun 20, 2018

Commits on Jun 19, 2018

  1. Add rollover-creation-date setting to rolled over index (elastic#31144)

    This commit introduces a new property to IndexMetaData called
    RolloverInfo. This object contains a map containing the aliases
    that were used to rollover the related index, which conditions
    were met, and at what time the rollover took place.
    
    much like the `index.creation_date`, it captures the approximate time
    that the index was rolled over to a new one.
    talevy committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    a5d68d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64be08e View commit details
    Browse the repository at this point in the history