mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Doc:Add note that stdin input doesn't allow config reloading
This commit is contained in:
parent
7b8335c542
commit
0fd5d3a032
1 changed files with 10 additions and 0 deletions
10
docs/static/reloading-config.asciidoc
vendored
10
docs/static/reloading-config.asciidoc
vendored
|
@ -54,3 +54,13 @@ 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.
|
||||
|
||||
[[plugins-block-reload]]
|
||||
==== Plugins that prevent automatic reloading
|
||||
|
||||
Input and output plugins usually interact with OS resources. In some
|
||||
circumstances those resources can't be released without a restart. For this
|
||||
reason some plugins can't be simply updated and this prevents pipeline reload.
|
||||
|
||||
The <<plugins-inputs-stdin, stdin input>> plugin, for example, prevents
|
||||
reloading for these reasons.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue