clarify: config.reload.interval is seconds

Fixes #11180
This commit is contained in:
Andrew Siegman 2019-10-01 11:22:19 -05:00 committed by Ry Biesemeyer
parent fc0db0d955
commit 70c38b5965

View file

@ -13,11 +13,11 @@ bin/logstash f apache.config --config.reload.automatic
---------------------------------- ----------------------------------
NOTE: The `--config.reload.automatic` option is not available when you specify the `-e` flag to pass NOTE: The `--config.reload.automatic` option is not available when you specify the `-e` flag to pass
in configuration settings from the command-line. in configuration settings from the command-line.
By default, Logstash checks for configuration changes every 3 seconds. To change this interval, By default, Logstash checks for configuration changes every 3 seconds. To change this interval,
use the `--config.reload.interval <interval>` option, where `interval` specifies how often Logstash use the `--config.reload.interval <interval>` option, where `interval` specifies how often Logstash
checks the config files for changes. checks the config files for changes (in seconds).
If Logstash is already running without auto-reload enabled, you can force Logstash to If Logstash is already running without auto-reload enabled, you can force Logstash to
reload the config file and restart the pipeline by sending a SIGHUP (signal hangup) to the reload the config file and restart the pipeline by sending a SIGHUP (signal hangup) to the