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

@ -17,7 +17,7 @@ in configuration settings from the command-line.
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
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
reload the config file and restart the pipeline by sending a SIGHUP (signal hangup) to the