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 migrate data between tiers (#61377) #62536

Merged
merged 4 commits into from
Sep 17, 2020

Conversation

andreidan
Copy link
Contributor

This adds ILM support for automatically migrating the managed
indices between data tiers.

This proposal makes use of a MigrateAction that is injected
(similar to how the Unfollow action is injected) in phases that
don't define index allocation rules using the AllocateAction or
don't explicitly define the MigrateAction itself (regardless if it's
enabled or disabled).

(cherry picked from commit c1746af)
Signed-off-by: Andrei Dan [email protected]

Backport of #61377

This adds ILM support for automatically migrating the managed
indices between data tiers.

This proposal makes use of a MigrateAction that is injected
(similar to how the Unfollow action is injected) in phases that
don't define index allocation rules using the AllocateAction or
don't explicitly define the MigrateAction itself (regardless if it's
enabled or disabled).

(cherry picked from commit c1746af)
Signed-off-by: Andrei Dan <[email protected]>
@andreidan andreidan added :Data Management/ILM+SLM Index and Snapshot lifecycle management backport v7.10.0 labels Sep 17, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (:Core/Features/ILM+SLM)

@elasticmachine elasticmachine added the Team:Data Management Meta label for data/management team label Sep 17, 2020
@andreidan
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/default-distro

@andreidan andreidan merged commit fe1194d into elastic:7.x Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Data Management/ILM+SLM Index and Snapshot lifecycle management Team:Data Management Meta label for data/management team v7.10.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants