From ea39c03de70fc6cc160c14bdd0d2d1918a967862 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Mon, 30 Jun 2025 17:02:15 -0400 Subject: [PATCH] Nest two pages under 'Migrating to ILM' --- .../index-lifecycle-management/manage-existing-indices.md | 2 +- manage-data/toc.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manage-data/lifecycle/index-lifecycle-management/manage-existing-indices.md b/manage-data/lifecycle/index-lifecycle-management/manage-existing-indices.md index 5c645e8ad4..8419f82a70 100644 --- a/manage-data/lifecycle/index-lifecycle-management/manage-existing-indices.md +++ b/manage-data/lifecycle/index-lifecycle-management/manage-existing-indices.md @@ -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. diff --git a/manage-data/toc.yml b/manage-data/toc.yml index a9a51fe648..e4eb23c0f5 100644 --- a/manage-data/toc.yml +++ b/manage-data/toc.yml @@ -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