Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ products:

# Manage existing indices [ilm-with-existing-indices]

If you’ve been using Curator or some other mechanism to manage periodic indices, you have a couple options when migrating to {{ilm-init}}:
If you’ve been using Curator or some other mechanism to manage periodic indices, you have a couple options when [migrating to {{ilm-init}}](./migrate-index-management.md):

* Set up your index templates to use an {{ilm-init}} policy to manage your new indices. Once {{ilm-init}} is managing your current write index, you can apply an appropriate policy to your old indices.
* Reindex into an {{ilm-init}}-managed index.
Expand Down
5 changes: 3 additions & 2 deletions manage-data/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ toc:
- file: lifecycle/index-lifecycle-management/restore-managed-data-stream-index.md
- file: lifecycle/index-lifecycle-management/tutorial-customize-built-in-policies.md
- file: lifecycle/index-lifecycle-management/index-management-in-kibana.md
- file: lifecycle/index-lifecycle-management/manage-existing-indices.md
- file: lifecycle/index-lifecycle-management/migrate-index-management.md
- file: lifecycle/index-lifecycle-management/migrate-index-allocation-filters-to-node-roles.md
children:
- file: lifecycle/index-lifecycle-management/manage-existing-indices.md
- file: lifecycle/index-lifecycle-management/migrate-index-allocation-filters-to-node-roles.md
- file: lifecycle/data-stream.md
children:
- file: lifecycle/data-stream/tutorial-create-data-stream-with-lifecycle.md
Expand Down
Loading