mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Added clarification that configuration force reload doesn't work on WinOS
Fixes #11520
This commit is contained in:
parent
c731596c7c
commit
d90616fdee
1 changed files with 1 additions and 1 deletions
2
docs/static/reloading-config.asciidoc
vendored
2
docs/static/reloading-config.asciidoc
vendored
|
@ -21,7 +21,7 @@ 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
|
||||
process running Logstash. For example:
|
||||
process running Logstash, but it's not supported on Windows OS. For example:
|
||||
|
||||
[source,shell]
|
||||
----------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue