55
66beta[]
77
8- Let's jump into {ILM} by working through a hands-on scenario.
9- This section will leverage many new concepts unique to {ILM } that
8+ Let's jump into {ilm} ({ilm-init}) by working through a hands-on scenario.
9+ This section will leverage many new concepts unique to {ilm-init } that
1010you may not be familiar with. The following sections will explore
1111these in more details.
1212
@@ -21,7 +21,7 @@ after 90 days.
2121
2222beta[]
2323
24- There are many new features introduced by {ILM }, but we will only focus on
24+ There are many new features introduced by {ilm-init }, but we will only focus on
2525a few that are needed for our example. For starters, we will use the
2626<<ilm-put-lifecycle,Put Policy>> API to define our first policy. Lifecycle
2727policies are defined in JSON and include specific
@@ -99,7 +99,7 @@ PUT _template/datastream_template
9999<3> alias to use for the rollover action, required since a rollover action is
100100 defined in the policy.
101101
102- The above index template introduces a few new settings specific to {ILM }.
102+ The above index template introduces a few new settings specific to {ilm-init }.
103103The first being `index.lifecycle.name`. This setting will configure
104104the "datastream_policy" to the index applying this template. This means
105105that all newly created indices prefixed "datastream-" will be managed by
@@ -148,7 +148,7 @@ beta[]
148148Now that we have an index managed by our policy, how do we tell what is going
149149on? Which phase are we in? Is something broken? This section will go over a
150150few APIs and their responses to help us inspect our indices with respect
151- to {ILM }.
151+ to {ilm-init }.
152152
153153With the help of the <<ilm-explain-lifecycle,Explain API>>, we can know
154154things like which phase we're in and when we entered that phase. The API
@@ -162,7 +162,7 @@ GET datastream-*/_ilm/explain
162162// CONSOLE
163163// TEST[continued]
164164
165- The above request will retrieve {ILM } execution information for all our
165+ The above request will retrieve {ilm-init } execution information for all our
166166managed indices.
167167
168168
@@ -214,7 +214,7 @@ You can read about the full details of this response in the
214214<<ilm-explain-lifecycle, explain API docs>>. For now, let's focus on how
215215the response details which phase, action, and step we're in. We are in the
216216"hot" phase, and "rollover" action. Rollover will continue to be called
217- by {ILM } until its conditions are met and it rolls over the index.
217+ by {ilm-init } until its conditions are met and it rolls over the index.
218218Afterwards, the original index will stay in the hot phase until 90 more
219219days pass and it is deleted in the delete phase.
220220As time goes on, new indices will be created and deleted.
@@ -226,7 +226,7 @@ that same alias.
226226
227227
228228
229- That's it! We have our first use-case managed by {ILM }.
229+ That's it! We have our first use-case managed by {ilm-init }.
230230
231231To learn more about all our APIs,
232232check out <<index-lifecycle-management-api,ILM APIs>>.
0 commit comments