Skip to content

Commit a86675e

Browse files
yetanothertwkilfoyle
authored andcommitted
Minor improvements for Configure a lifecycle policy (elastic#3570)
Fixes elastic#1553 Edits on the **Configure a lifecycle policy** page ([preview link](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/3570/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy)): * I've added the note formatting for the section that mentions how time is calculated from rollover, similar to the [Phase transitions](https://www.elastic.co/docs/manage-data/lifecycle/index-lifecycle-management/index-lifecycle#ilm-phase-transitions) page * I've slightly reworded the link text to the [rollover ILM actions docs](https://www.elastic.co/docs/reference/elasticsearch/index-lifecycle-actions/ilm-rollover), to emphasize the difference between it and the previous link to the [rollover conceptual page](https://www.elastic.co/docs/manage-data/lifecycle/index-lifecycle-management/rollover). Edits on the **Rollover** page ([preview link](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/3570/manage-data/lifecycle/index-lifecycle-management/rollover)): * Changed the title of the page from **Rollover** to **About rollover**, to signal this is a conceptual information topic and avoid title duplicates (with this [page](https://www.elastic.co/docs/reference/elasticsearch/index-lifecycle-actions/ilm-rollover)). --------- Co-authored-by: David Kilfoyle <[email protected]>
1 parent 0a5552a commit a86675e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ To add an ILM policy to an {{es}} cluster:
5656

5757
1. Specify a name for the lifecycle policy. Later on, when you create an index template to define how indices are created, you'll use this name to assign the lifecycle policy to each index.
5858

59-
1. In the **Hot phase**, by default an ILM-managed index [rolls over](elasticsearch://reference/elasticsearch/index-lifecycle-actions/ilm-rollover.md) when either:
60-
* It reaches 30 days of age.
59+
1. In the **Hot phase**, a [rollover index lifecycle action](elasticsearch://reference/elasticsearch/index-lifecycle-actions/ilm-rollover.md) is executed by default when either:
60+
* The index reaches 30 days of age.
6161
* One or more primary shards reach 50 GB in size.
6262

6363
Disable **Use recommended defaults** to adjust these values or to roll over based on the size of the primary shard, the number of documents in the primary shard, or the total number of documents in the index.
@@ -72,7 +72,9 @@ To add an ILM policy to an {{es}} cluster:
7272

7373
![Create policy page](/manage-data/images/elasticsearch-reference-create-policy-downsample.png "")
7474

75-
Note that for each phase after the hot phase, you have the option to move the data into the next phase after a certain duration of time. This duration is calculated from the time of the index rollover and not from the time the index is created.
75+
::::{note}
76+
For each phase after the hot phase, you have the option to move the data into the next phase after a certain duration of time. This duration is calculated from the time of the index rollover and not from the time the index is created.
77+
::::
7678

7779

7880
1. For the final phase that's enabled, choose to either keep the data in the phase forever or delete the data after a specified period of time.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ products:
77
- id: elasticsearch
88
---
99

10-
# Rollover [index-rollover]
10+
# About rollover [index-rollover]
1111

1212
In {{es}}, the [rollover action](elasticsearch://reference/elasticsearch/index-lifecycle-actions/ilm-rollover.md) replaces your active write index with a new one whenever your index grows beyond a specified size, age, or number of documents.
1313
This is particularly useful for time-series data, such as logs or metrics where index growth is continuous, in order to meet performance and retention requirements.

0 commit comments

Comments
 (0)