Skip to content

Commit e4df871

Browse files
committed
Fix right-side nav
1 parent a51b68e commit e4df871

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

troubleshoot/elasticsearch/start-ilm.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ products:
99
- id: elasticsearch
1010
---
1111

12-
# Troubleshoot index and snapshot lifecycle management
12+
# Troubleshoot snapshot and index lifecycle management
1313

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.
1515

1616
All of the procedures on this page use the {{es}} APIs. To run these steps using {{kib}}:
1717

@@ -31,10 +31,7 @@ All of the procedures on this page use the {{es}} APIs. To run these steps using
3131

3232
4. Use the Dev Tools Console to run the API requests as described.
3333

34-
## Check status, stop, and restart {{ilm-init}} [check-stop-start-ilm]
3534

36-
:::{include} ../../manage-data/_snippets/start-stop-ilm.md
37-
:::
3835

3936
## Check status, stop, and restart {{slm-init}} [check-stop-start-slm]
4037

@@ -90,7 +87,7 @@ The response will look like this:
9087
}
9188
```
9289

93-
### Start {{slm}} [start-slm]
90+
### Start {{slm-init}} [start-slm]
9491

9592
In the event that automatic {{slm}} is disabled, new backup snapshots will not be created automatically.
9693

@@ -121,3 +118,8 @@ The response will look like this:
121118
"operation_mode": "RUNNING"
122119
}
123120
```
121+
122+
## Check status, stop, and restart {{ilm-init}} [check-stop-start-ilm]
123+
124+
:::{include} ../../manage-data/_snippets/start-stop-ilm.md
125+
:::

0 commit comments

Comments
 (0)