[DOCS] Minor layout and syntax fixes (#68589)

This commit is contained in:
James Rodewig 2021-02-05 12:06:04 -05:00 committed by GitHub
parent c3cc521b71
commit 5695a63f0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@
{es} includes the following built-in {ilm-init} policies: {es} includes the following built-in {ilm-init} policies:
* `logs` - `logs`
* `metrics` - `metrics`
* `synthetics` - `synthetics`
The {agent} uses these policies to manage backing indices for its data streams. The {agent} uses these policies to manage backing indices for its data streams.
This tutorial shows you how to use {kib}s *Index Lifecycle Policies* to This tutorial shows you how to use {kib}s **Index Lifecycle Policies** to
customize these policies based on your application's performance, resilience, customize these policies based on your application's performance, resilience,
and retention requirements. and retention requirements.
@ -79,7 +79,7 @@ To view the `logs` policy in {kib}:
. Open the menu and go to **Stack Management > Index Lifecycle Policies**. . Open the menu and go to **Stack Management > Index Lifecycle Policies**.
. Select the `logs` policy. . Select the `logs` policy.
The `logs` policy uses the recommended rollover defaults: start writing to a new The `logs` 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 current write index reaches 50GB or becomes 30 days old.
To view or change the rollover settings, click **Settings** for the hot phase. To view or change the rollover settings, click **Settings** for the hot phase.
@ -99,19 +99,19 @@ manage resource usage.
. Activate the warm phase and click **Settings**. . Activate the warm phase and click **Settings**.
+ +
-- --
.. Set **Move data into phase when** to **30 days**. This moves indices to the
warm tier 30 days after rollover.
.. Enable **Replicas** and change **Number of replicas** to **1**.
.. Enable **Force merge** and set **Number of segments** to **1**.
[role="screenshot"] [role="screenshot"]
image::images/ilm/tutorial-ilm-modify-default-warm-phase-rollover.png[Add a warm phase with custom settings] image::images/ilm/tutorial-ilm-modify-default-warm-phase-rollover.png[Add a warm phase with custom settings]
.. Set *Move data into phase when* to *30 days*. This moves indices to the warm
tier 30 days after rollover.
.. Enable **Replicas** and change *Number of replicas* to *1*.
.. Enable *Force merge* and set *Number of segments* to *1*.
-- --
. Activate the delete phase and set *Move data into phase when* to *90* days. . Activate the delete phase and set **Move data into phase when** to **90**
This deletes indices 90 days after rollover. days. This deletes indices 90 days after rollover.
+ +
[role="screenshot"] [role="screenshot"]
image::images/ilm/tutorial-ilm-delete-rollover.png[Add a delete phase] image::images/ilm/tutorial-ilm-delete-rollover.png[Add a delete phase]