Skip to content

Commit 620aaad

Browse files
authored
Nest two pages under 'Migrating to ILM' (elastic#1983)
Small fix to nest a couple of pages under the "Migrate to ILM" page. This is because without that context, "Manage existing indices" could be confused with the other two pages [Index management in Kibana](https://www.elastic.co/docs/manage-data/lifecycle/index-lifecycle-management/index-management-in-kibana) and [Index management](https://www.elastic.co/docs/manage-data/data-store/index-basics#index-management). I plan to combine those two latter pages as part of elastic#1569 --- <img width="218" alt="screen26" src="https://github.com/user-attachments/assets/d1f0cb03-ea1c-4038-8411-ae27372c4871" />
1 parent 84ec1e3 commit 620aaad

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

manage-data/lifecycle/index-lifecycle-management/manage-existing-indices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ products:
99

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

12-
If you’ve been using Curator or some other mechanism to manage periodic indices, you have a couple options when migrating to {{ilm-init}}:
12+
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):
1313

1414
* 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.
1515
* Reindex into an {{ilm-init}}-managed index.

manage-data/toc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,10 @@ toc:
127127
- file: lifecycle/index-lifecycle-management/restore-managed-data-stream-index.md
128128
- file: lifecycle/index-lifecycle-management/tutorial-customize-built-in-policies.md
129129
- file: lifecycle/index-lifecycle-management/index-management-in-kibana.md
130-
- file: lifecycle/index-lifecycle-management/manage-existing-indices.md
131130
- file: lifecycle/index-lifecycle-management/migrate-index-management.md
132-
- file: lifecycle/index-lifecycle-management/migrate-index-allocation-filters-to-node-roles.md
131+
children:
132+
- file: lifecycle/index-lifecycle-management/manage-existing-indices.md
133+
- file: lifecycle/index-lifecycle-management/migrate-index-allocation-filters-to-node-roles.md
133134
- file: lifecycle/data-stream.md
134135
children:
135136
- file: lifecycle/data-stream/tutorial-create-data-stream-with-lifecycle.md

0 commit comments

Comments
 (0)