Skip to content

Commit b063060

Browse files
authored
Merge branch 'main' into 2979-automatic-import-format-update
2 parents 266be8c + 3fd1113 commit b063060

File tree

5 files changed

+44
-6
lines changed

5 files changed

+44
-6
lines changed

deploy-manage/tools/snapshot-and-restore/s3-repository.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ The following list contains the available S3 client settings. Those that must be
125125
`max_retries`
126126
: The number of retries to use when an S3 request fails. The default value is `3`.
127127

128+
`connection_max_idle_time`
129+
: ([time value](elasticsearch://reference/elasticsearch/rest-apis/api-conventions.md#time-units)) The timeout after which {{es}} will close an idle connection. The default value is 60 seconds.
130+
128131
`path_style_access`
129132
: Whether to force the use of the path style access pattern. If `true`, the path style access pattern will be used. If `false`, the access pattern will be automatically determined by the AWS Java SDK (See [AWS documentation](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Builder.html#setPathStyleAccessEnabled-java.lang.Boolean-) for details). Defaults to `false`.
130133

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
---
2+
navigation_title: Migrate to {{ilm-init}} (self-managed and ECK)
23
mapped_pages:
34
- https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-with-existing-indices.html
45
applies_to:
5-
stack: ga
6+
deployment:
7+
self: ga
8+
eck: ga
69
products:
710
- id: elasticsearch
811
---
912

10-
# Manage existing indices [ilm-with-existing-indices]
13+
# Migrate to {{ilm-init}} on self-managed and {{eck}} deployments [ilm-with-existing-indices]
1114

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):
15+
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):
1316

1417
* 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.
1518
* 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 another mechanism to manage the lifecycle of your indices. To help you adapt your existing indices to use {{ilm}}, a few guides are available:
17+
18+
[](/manage-data/lifecycle/index-lifecycle-management/migrate-index-management.md) {applies_to}`ess:` {applies_to}`ece:`
19+
: Describes how to migrate {{es}} indices in an {{ech}} or {{ece}} deployment from using deprecated index curation or another periodic indices management mechanism to use {{ilm}}.
20+
21+
[](/manage-data/lifecycle/index-lifecycle-management/manage-existing-indices.md) {applies_to}`self:` {applies_to}`eck:`
22+
: Describes how to migrate {{es}} indices in a self-managed 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) {applies_to}`stack:`
25+
: Describes how to migrate from using custom node attributes and attribute-based allocation filters to using built-in node roles, enabling {{ilm-init}} to automatically move indices between data tiers.
26+
27+
If you are configuring {{ilm-init}} for new indices, refer to [](/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 [](/manage-data/lifecycle/index-lifecycle-management/policy-apply.md).

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
---
2+
navigation_title: Migrate to {{ilm-init}} (ECH or ECE)
23
mapped_pages:
34
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-migrate-index-management.html
45
- https://www.elastic.co/guide/en/cloud/current/ec-migrate-index-management.html
56
applies_to:
67
stack: ga
8+
deployment:
9+
ece: ga
10+
ess: ga
711
products:
812
- id: cloud-enterprise
913
- id: cloud-hosted
1014
---
1115

12-
# Migrate to index lifecycle management
16+
# Migrate to {{ilm-init}} on {{ech}} or {{ece}} deployments
1317

1418
::::{important}
1519
Index curation is deprecated. Any deployments using index curation are prompted to migrate to ILM.
1620
::::
1721

1822
The index lifecycle management (ILM) feature of the {{stack}} provides an integrated and streamlined way to manage time-based data, making it easier to follow best practices for managing your indices. Compared to index curation, migrating to ILM gives you more fine-grained control over the lifecycle of each index.
1923

20-
For existing hot-warm deployments that are currently using index curation, there are a couple of options for migrating to index lifecycle management (ILM). You can:
24+
For existing {{ecloud}} hot-warm deployments that are currently using index curation, there are a couple of options for migrating to index lifecycle management (ILM). You can:
2125

2226
* Use the migration process in the console to change an existing deployment to ILM.
2327
* Take a snapshot and restore your data to a new Elastic Stack deployment that has ILM enabled.

manage-data/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,9 @@ toc:
134134
- file: lifecycle/index-lifecycle-management/restore-managed-data-stream-index.md
135135
- file: lifecycle/index-lifecycle-management/tutorial-customize-built-in-policies.md
136136
- hidden: lifecycle/index-lifecycle-management/index-management-in-kibana.md
137-
- file: lifecycle/index-lifecycle-management/migrate-index-management.md
137+
- file: lifecycle/index-lifecycle-management/migrate-ilm.md
138138
children:
139+
- file: lifecycle/index-lifecycle-management/migrate-index-management.md
139140
- file: lifecycle/index-lifecycle-management/manage-existing-indices.md
140141
- file: lifecycle/index-lifecycle-management/migrate-index-allocation-filters-to-node-roles.md
141142
- file: lifecycle/data-stream.md

0 commit comments

Comments
 (0)