Skip to content

Commit fbae1ad

Browse files
committed
Create 'Migrate to ILM' landing page
1 parent 0e777a8 commit fbae1ad

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ products:
77
- id: elasticsearch
88
---
99

10-
# Manage existing indices [ilm-with-existing-indices]
10+
# Migrate to {{ilm-init}} ({{stack}}) [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}}](./migrate-index-management.md):
12+
If you’ve been using Curator or some other mechanism to manage periodic indices, you have a couple of 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.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
navigation_title: Migrate to {{ilm-init}}
3+
mapped_pages:
4+
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-migrate-index-management.html
5+
- https://www.elastic.co/guide/en/cloud/current/ec-migrate-index-management.html
6+
applies_to:
7+
stack: ga
8+
products:
9+
- id: elasticsearch
10+
- id: cloud-enterprise
11+
- id: cloud-hosted
12+
---
13+
14+
# Migrate to {{ilm-init}} [migrate-ilm]
15+
16+
You may already be using index curation, which is now deprecated, or another mechanism to manage the lifecycle of your indices. To help you adapt your existing indices from using earlier lifecycle mechanisms to use {{ilm}}, a few guides are available:
17+
18+
[](/manage-data/lifecycle/index-lifecycle-management/migrate-index-management.md)
19+
: Describes how to migrate {{es}} indices in an {{ech}} or {{ece}} deployment from using deprecated index curation to use {{ilm}}.
20+
21+
[](/manage-data/lifecycle/index-lifecycle-management/manage-existing-indices.md)
22+
: Describes how to migrate {{es}} indices in any {{stack}} environment from using deprecated index curation, or any other lifecycle mechanism, to use {{ilm}}.
23+
24+
[](/manage-data/lifecycle/index-lifecycle-management/migrate-index-allocation-filters-to-node-roles.md)
25+
: Describes how to migrate from using custom node attributes and attribute-based allocation filters to move indices through data tiers in a hot-warm-cold architecture, to use {{ilm}}.
26+
27+
If you are configuring {{ilm-init}} for new indices, refer to [Configure a lifecycle policy](/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md). If you plan to manually apply an {{ilm}} policy to existing indices that are not already using another type of lifecycle management, refer to [Manually apply a lifecycle policy to an index](/manage-data/lifecycle/index-lifecycle-management/policy-apply.md).

manage-data/lifecycle/index-lifecycle-management/migrate-index-management.md

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

12-
# Migrate to index lifecycle management
12+
# Migrate to {{ilm-init}} ({{ecloud}})
1313

1414
::::{important}
1515
Index curation is deprecated. Any deployments using index curation are prompted to migrate to ILM.

manage-data/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ toc:
130130
- file: lifecycle/index-lifecycle-management/restore-managed-data-stream-index.md
131131
- file: lifecycle/index-lifecycle-management/tutorial-customize-built-in-policies.md
132132
- hidden: lifecycle/index-lifecycle-management/index-management-in-kibana.md
133-
- file: lifecycle/index-lifecycle-management/migrate-index-management.md
133+
- file: lifecycle/index-lifecycle-management/migrate-ilm.md
134134
children:
135+
- file: lifecycle/index-lifecycle-management/migrate-index-management.md
135136
- file: lifecycle/index-lifecycle-management/manage-existing-indices.md
136137
- file: lifecycle/index-lifecycle-management/migrate-index-allocation-filters-to-node-roles.md
137138
- file: lifecycle/data-stream.md

0 commit comments

Comments
 (0)