Skip to content

Commit 90a3c5c

Browse files
author
Pablo Alcantar Morales
authored
Document the enhancements to ILM Health Indicator (elastic#96980) (elastic#97131)
1 parent 4d3b886 commit 90a3c5c

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

docs/reference/health/health.asciidoc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,43 @@ watermark threshold>>.
365365
`policies`::
366366
(int) The number of index lifecycle policies that the system is managing.
367367

368+
`stagnating_indices`::
369+
(int) the number of indices managed by {ilm} that has been stagnant longer than expected.
370+
371+
`stagnating_indices_per_action`::
372+
(optional, map) Summary of the number of indices, grouped by action, that have been stagnant longer than
373+
expected.
374+
+
375+
.Properties of `stagnating_indices_per_action`
376+
[%collapsible%open]
377+
=======
378+
`downsample`::
379+
(int) The number of stagnant indices in the `downsample` action.
380+
381+
`allocate`::
382+
(int) The number of stagnant indices in the `allocate` action.
383+
384+
`shrink`::
385+
(int) The number of stagnant indices in the `shrink` action.
386+
387+
`searchable_snapshot`::
388+
(int) The number of stagnant indices in the `searchable_snapshot` action.
389+
390+
`rollover`::
391+
(int) The number of stagnant indices in the `rollver` action.
392+
393+
`forcemerge`::
394+
(int) The number of stagnant indices in the `forcemerge` action.
395+
396+
`delete`::
397+
(int) The number of stagnant indices in the `delete` action.
398+
399+
`migrate`::
400+
(int) The number of stagnant indices in the `migrate` action.
401+
402+
403+
=======
404+
368405
[[health-api-response-details-slm]]
369406
===== slm
370407

docs/reference/settings/health-diagnostic-settings.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ cluster wide health aspects such as disk space.
3535
`health.reporting.local.monitor.interval`::
3636
(<<cluster-update-settings,Dynamic>>) Determines the interval in which each node of the cluster monitors aspects that
3737
comprise its local health such as its disk usage.
38+
39+
`health.ilm.max_time_on_action`::
40+
(<<cluster-update-settings,Dynamic>>) The minimum amount of time an index has to be in an {ilm} ({ilm-init}) action before it is considered stagnant. Defaults to `1d` (1 day).
41+
42+
`health.ilm.max_time_on_step`::
43+
(<<cluster-update-settings,Dynamic>>) The minimum amount of time an index has to be in an {ilm-init} step before it is considered stagnant. Defaults to `1d` (1 day).
44+
45+
`health.ilm.max_retries_per_step`::
46+
(<<cluster-update-settings,Dynamic>>) The minimum amount of times an index has retried by an {ilm-init} step before it is considered stagnant. Defaults to `100`
47+

0 commit comments

Comments
 (0)