You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,19 +41,18 @@ To complete this tutorial, you'll need:
43
41
* An {es} cluster with hot and warm data tiers.
44
42
45
43
** {ess}:
46
-
Elastic Stack deployments on {ess} include a hot tier by default. To add a warm
47
-
tier, edit your deployment and click **Add capacity** for the warm data tier.
48
-
+
44
+
Elastic Stack deployments on {ess} automatically include hot and warm tiers. If needed, you can add additional warm capacity by editing your deployment and selecting **Add capacity** for the warm data tier.
45
+
+
49
46
[role="screenshot"]
50
-
image::images/ilm/tutorial-ilm-ess-add-warm-data-tier.png[Add a warm data tier to your deployment]
47
+
image::images/ilm/tutorial-ilm-add-warm-data-tier.png[Add a warm data tier to your deployment]
51
48
52
49
** Self-managed cluster:
53
50
Assign `data_hot` and `data_warm` roles to nodes as described in
54
51
<<data-tiers>>.
55
-
+
52
+
+
56
53
For example, include the `data_warm` node role in the `elasticsearch.yml` file
57
54
of each node in the warm tier:
58
-
+
55
+
+
59
56
[source,yaml]
60
57
----
61
58
node.roles: [ data_warm ]
@@ -84,14 +81,13 @@ To save the `logs@lifecycle` policy as a new policy in {kib}:
84
81
. On the **Edit policy logs** page, toggle **Save as new policy**, and then provide a new name for the policy, for example, `logs-custom`.
85
82
86
83
The `logs@lifecycle` policy uses the recommended rollover defaults: Start writing to a new
87
-
index when the current write index reaches 50GB or becomes 30 days old.
84
+
index when the primary shard reaches 50GB or the index becomes 30 days old.
88
85
89
86
To view or change the rollover settings, click **Advanced settings** for the hot
90
-
phase. Then disable **Use recommended defaults** to display the rollover
91
-
settings.
87
+
phase. Adjust the **Minimum primary shard size** and other rollover settings as needed.
0 commit comments