|
3 | 3 | [[example-using-index-lifecycle-policy]] |
4 | 4 | === Tutorial: Use {ilm-init} to manage {filebeat} time-based indices |
5 | 5 |
|
6 | | -With {ilm} ({ilm-init}), you can create policies that perform actions automatically |
| 6 | +With {ilm} ({ilm-init}), you can create policies that perform actions automatically |
7 | 7 | on indices as they age and grow. {ilm-init} policies help you to manage |
8 | 8 | performance, resilience, and retention of your data during its lifecycle. This tutorial shows |
9 | 9 | you how to use {kib}’s *Index Lifecycle Policies* to modify and create {ilm-init} |
@@ -59,7 +59,7 @@ output as described in {filebeat-ref}/filebeat-getting-started.html[Getting Star |
59 | 59 | {filebeat} includes a default {ilm-init} policy that enables rollover. {ilm-init} |
60 | 60 | is enabled automatically if you’re using the default `filebeat.yml` and index template. |
61 | 61 |
|
62 | | -To view the default policy in {kib}, open the menu, go to * Stack Management > {es} > Index Lifecycle Policies*, |
| 62 | +To view the default policy in {kib}, open the menu, go to *Stack Management > Data > Index Lifecycle Policies*, |
63 | 63 | search for _filebeat_, and choose the _filebeat-version_ policy. |
64 | 64 |
|
65 | 65 | This policy initiates the rollover action when the index size reaches 50GB or |
@@ -114,7 +114,7 @@ If meeting a specific retention time period is most important, you can create a |
114 | 114 | custom policy. For this option, you will use {filebeat} daily indices without |
115 | 115 | rollover. |
116 | 116 |
|
117 | | -. To create a custom policy, open the menu, go to *Stack Management > {es} > Index Lifecycle Policies*, then click |
| 117 | +. To create a custom policy, open the menu, go to *Stack Management > Data > Index Lifecycle Policies*, then click |
118 | 118 | *Create policy*. |
119 | 119 |
|
120 | 120 | . Activate the warm phase and configure it as follows: |
@@ -156,7 +156,7 @@ image::images/tutorial-ilm-custom-policy.png["Modify the custom policy to add a |
156 | 156 | [role="screenshot"] |
157 | 157 | image::images/tutorial-ilm-delete-phase-creation.png["Delete phase"] |
158 | 158 |
|
159 | | -. To configure the index to use the new policy, open the menu, then go to *Stack Management > {es} > Index Lifecycle |
| 159 | +. To configure the index to use the new policy, open the menu, then go to *Stack Management > Data > Index Lifecycle |
160 | 160 | Policies*. |
161 | 161 |
|
162 | 162 | .. Find your {ilm-init} policy. |
|
0 commit comments