mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Clarify reload of configuration files
Logstash is not watching or monitoring any configuration files used or referenced by inputs, filters or outputs. Fixes #11255
This commit is contained in:
parent
e64c6f3129
commit
16e5f6280b
1 changed files with 4 additions and 1 deletions
5
docs/static/reloading-config.asciidoc
vendored
5
docs/static/reloading-config.asciidoc
vendored
|
@ -43,4 +43,7 @@ During automatic config reloading, the JVM is not restarted. The creating and sw
|
|||
pipelines all happens within the same process.
|
||||
|
||||
Changes to <<plugins-filters-grok,grok>> pattern files are also reloaded, but only when
|
||||
a change in the config file triggers a reload (or the pipeline is restarted).
|
||||
a change in the config file triggers a reload (or the pipeline is restarted).
|
||||
|
||||
In general, Logstash is not watching or monitoring any configuration files used or referenced by inputs,
|
||||
filters or outputs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue