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
Copy file name to clipboardExpand all lines: troubleshoot/elasticsearch/start-ilm.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,13 @@ All of the procedures on this page use the {{es}} APIs. To run these steps using
36
36
37
37
4. Use the Dev Tools Console to run the API requests as described.
38
38
39
-
## Check status, stop, and restart {{ilm-init}} [check-stop-start-ilm]
39
+
## Check status, stop, and restart {{ilm-init}} [check-stop-start-ilm]
40
40
41
-
Follow these steps to check the current {{ilm-init}} status, and to start or restop the lifecycle management as needed.
41
+
Follow these steps to check the current {{ilm-init}} status, and to stop or restart it as needed.
42
42
43
43
### Get {{ilm-init}} status
44
44
45
-
To see the current status of the {{ilm-init}} service, use the [Get Status API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ilm-get-status):
45
+
To see the current status of the {{ilm-init}} service, use the [{{ilm-init}} status API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ilm-get-status):
46
46
47
47
```console
48
48
GET _ilm/status
@@ -60,7 +60,7 @@ Under normal operation, the response shows {{ilm-init}} is `RUNNING`:
60
60
61
61
You can stop {{ilm}} to suspend management operations for all indices. For example, you might stop {{ilm}} when performing scheduled maintenance or making changes to the cluster that could impact the execution of {{ilm-init}} actions.
62
62
63
-
To stop the {{ilm-init}} service and pause execution of all lifecycle policies, use the [Stop API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ilm-stop):
63
+
To stop the {{ilm-init}} service and pause execution of all lifecycle policies, use the [{{ilm-init}} stop API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ilm-stop):
64
64
65
65
```console
66
66
POST _ilm/stop
@@ -104,9 +104,9 @@ When you stop {{ilm-init}}, [{{slm-init}}](/deploy-manage/tools/snapshot-and-res
104
104
105
105
### Start {{ilm-init}} [start-ilm]
106
106
107
-
If the automatic {{ilm}} or {{slm}} service is not working, you might need to start the service.
107
+
If the automatic {{ilm}} or {{slm}} service is not working, you might need to restart the service.
108
108
109
-
To restart {{ilm-init}} and resume executing policies, use the [Start API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ilm-start). This puts the {{ilm-init}} service in the `RUNNING` state and {{ilm-init}} begins executing policies from where it left off.
109
+
To restart {{ilm-init}} and resume executing policies, use the [{{ilm-init}} start API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ilm-start). This puts the {{ilm-init}} service in the `RUNNING` state and {{ilm-init}} begins executing policies from where it left off.
110
110
111
111
```console
112
112
POST _ilm/start
@@ -136,11 +136,11 @@ The response will look like this:
136
136
137
137
## Check status, stop, and restart {{slm-init}} [check-stop-start-slm]
138
138
139
-
Follow these steps to check the current {{slm-init}} status, and to start or restop the lifecycle management as needed.
139
+
Follow these steps to check the current {{slm-init}} status, and to stop or restart it as needed.
140
140
141
141
### Get {{slm-init}} status
142
142
143
-
To see the current status of the {{slm-init}} service, use the [Get Status API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-slm-get-status):
143
+
To see the current status of the {{slm-init}} service, use the [{{slm-init}} status API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-slm-get-status):
144
144
145
145
```console
146
146
GET _slm/status
@@ -156,10 +156,10 @@ Under normal operation, the response shows {{slm-init}} is `RUNNING`:
156
156
157
157
### Stop {{slm-init}}
158
158
159
-
You can stop {{slm}} to suspend management operations for all snapshot. For example, you might stop {{slm}} o prevent it from taking scheduled snapshots during maintenance or when making cluster changes that could be impacted by snapshot operations.
159
+
You can stop {{slm}} to suspend management operations for all snapshots. For example, you might stop {{slm-init}} to prevent it from taking scheduled snapshots during maintenance or when making cluster changes that could be impacted by snapshot operations.
160
160
161
161
162
-
To stop the {{slm-init}} service and pause execution of all lifecycle policies, use the [Stop API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-slm-stop):
162
+
To stop the {{slm-init}} service and pause execution of all lifecycle policies, use the [{{slm-init}} stop API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-slm-stop):
163
163
164
164
```console
165
165
POST _slm/stop
@@ -191,11 +191,9 @@ The response will look like this:
191
191
192
192
### Start {{slm}} [start-slm]
193
193
194
-
In the event that automatic snapshot lifecycle management is disabled, new backup snapshots will not be created automatically.
194
+
In the event that automatic {{slm}} is disabled, new backup snapshots will not be created automatically.
195
195
196
-
Follow these steps to start the snapshot lifecycle management service:
To restart the {{slm-init}} service, use the [{{slm-init}} start API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-slm-start).
0 commit comments