Skip to content

Commit

Permalink
[DOCS] Minor layout and syntax fixes (#68589) (#68595)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Feb 5, 2021
1 parent 7691072 commit dea8c75
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/reference/ilm/example-index-lifecycle-policy.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

{es} includes the following built-in {ilm-init} policies:

* `logs`
* `metrics`
* `synthetics`
- `logs`
- `metrics`
- `synthetics`

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,
and retention requirements.

Expand Down Expand Up @@ -79,7 +79,7 @@ To view the `logs` policy in {kib}:
. Open the menu and go to **Stack Management > Index Lifecycle Policies**.
. 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.

To view or change the rollover settings, click **Settings** for the hot phase.
Expand All @@ -99,19 +99,19 @@ manage resource usage.
. Activate the warm phase and click **Settings**.
+
--
[role="screenshot"]
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.

.. 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 **Replicas** and change *Number of replicas* to *1*.
.. Enable **Force merge** and set **Number of segments** to **1**.

.. Enable *Force merge* and set *Number of segments* to *1*.
[role="screenshot"]
image::images/ilm/tutorial-ilm-modify-default-warm-phase-rollover.png[Add a warm phase with custom settings]
--

. Activate the delete phase and set *Move data into phase when* to *90* days.
This deletes indices 90 days after rollover.
. Activate the delete phase and set **Move data into phase when** to **90**
days. This deletes indices 90 days after rollover.
+
[role="screenshot"]
image::images/ilm/tutorial-ilm-delete-rollover.png[Add a delete phase]
Expand Down

0 comments on commit dea8c75

Please sign in to comment.