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

[7.x] ILM: Allow searchable_snapshot to follow searchable_snapshot (#68864) #68972

Merged

Commits on Feb 15, 2021

  1. ILM: Allow searchable_snapshot to follow searchable_snapshot (ela…

    …stic#68864)
    
    We added this validation for the hot phase as that was the only place a
    searchable_snapshot action could precede another `searchable_snapshot` action.
    This is not the case anymore and we now support multiple actions in the
    same policy.
    
    This expands the validation to include the cases where the frozen action
    defines illegal actions after a searchable_snapshot defined in the cold
    phase.
    
    (cherry picked from commit c10ba9e)
    Signed-off-by: Andrei Dan <andrei.dan@elastic.co>
    
    # Conflicts:
    #	x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ilm/TimeseriesLifecycleTypeTests.java
    andreidan committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    3744d81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f82916 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f12e50 View commit details
    Browse the repository at this point in the history
  4. Fix line length

    andreidan committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    e77ecdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1b197f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d138d9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87fe24f View commit details
    Browse the repository at this point in the history