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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ products:
9
9
- id: elasticsearch
10
10
---
11
11
12
-
# Troubleshoot index and snapshot lifecycle management
12
+
# Troubleshoot snapshot and index lifecycle management
13
13
14
-
If the automatic [{{ilm}}](/manage-data/lifecycle/index-lifecycle-management.md) ({{ilm-init}}) or [{{slm}}](/deploy-manage/tools/snapshot-and-restore/create-snapshots.md#automate-snapshots-slm) ({{slm-init}}) service is not operating as expected, you might need to check its lifecycle status, stop, or restart the service. You may also want to halt services during routine maintenance.
14
+
If the automatic [{{slm}}](/deploy-manage/tools/snapshot-and-restore/create-snapshots.md#automate-snapshots-slm) ({{slm-init}}) or [{{ilm}}](/manage-data/lifecycle/index-lifecycle-management.md) ({{ilm-init}}) service is not operating as expected, you might need to check its lifecycle status, stop, or restart the service. You may also want to halt services during routine maintenance.
15
15
16
16
All of the procedures on this page use the {{es}} APIs. To run these steps using {{kib}}:
17
17
@@ -31,10 +31,7 @@ All of the procedures on this page use the {{es}} APIs. To run these steps using
31
31
32
32
4. Use the Dev Tools Console to run the API requests as described.
33
33
34
-
## Check status, stop, and restart {{ilm-init}} [check-stop-start-ilm]
0 commit comments