Updated ilm docs as per the issue (#118148)

This PR updates the Elasticsearch ILM tutorial for the newer screenshot
and the primary shard update in the text.
This commit is contained in:
Satyam Mishra 2024-12-18 05:02:39 +05:30 committed by GitHub
parent 127fa2782a
commit 41c3dde414
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ and retention requirements.
You want to send log files to an {es} cluster so you can visualize and analyze
the data. This data has the following retention requirements:
* When the write index reaches 50GB or is 30 days old, roll over to a new index.
* When the primary shard size of the write index reaches 50GB or the index is 30 days old, roll over to a new index.
* After rollover, keep indices in the hot data tier for 30 days.
* 30 days after rollover:
** Move indices to the warm data tier.
@ -84,7 +84,7 @@ To save the `logs@lifecycle` policy as a new policy in {kib}:
. On the **Edit policy logs** page, toggle **Save as new policy**, and then provide a new name for the policy, for example, `logs-custom`.
The `logs@lifecycle` policy uses the recommended rollover defaults: Start writing to a new
index when the current write index reaches 50GB or becomes 30 days old.
index when the primary shard size of the current write index reaches 50GB or the index becomes 30 days old.
To view or change the rollover settings, click **Advanced settings** for the hot
phase. Then disable **Use recommended defaults** to display the rollover

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 KiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Before After
Before After