mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
HealthPeriodicLogger disabled by default (#97722)
Co-authored-by: Matt Culbreth <matt.culbreth@elastic.co>
This commit is contained in:
parent
82cc93b998
commit
9aed799b51
4 changed files with 127 additions and 70 deletions
|
@ -45,6 +45,10 @@ comprise its local health such as its disk usage.
|
|||
`health.ilm.max_retries_per_step`::
|
||||
(<<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`
|
||||
|
||||
`health.periodic_logger.enabled`::
|
||||
(<<cluster-update-settings,Dynamic>>) Enables the health periodic logger, which logs the health statuses of each health indicator along with the top level one as observed by the Health API.
|
||||
Defaults to `false`.
|
||||
|
||||
`health.periodic_logger.poll_interval`::
|
||||
(<<cluster-update-settings,Dynamic>>, <<time-units, time unit value>>) How often {es} logs the health status of the cluster and of each health indicator as observed by the Health API.
|
||||
Defaults to `60s` (60 seconds).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue