Doc:Add note that stdin input doesn't allow config reloading

This commit is contained in:
Karen Metts 2020-08-19 10:59:39 -04:00
parent 7b8335c542
commit 0fd5d3a032

View file

@ -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.