Updates LSF vs. Multiline Codec caveat

This commit is contained in:
Paul Echeverri 2015-09-02 17:46:26 -07:00
parent 5c0e28a0cf
commit 94a193847a

View file

@ -27,7 +27,7 @@ See the full documentation for the {logstash}plugins-codecs-multiline.html[multi
==== Multiline Special Cases
* The multiline codec plugin does not suport the {logstash}plugins-inputs-lumberjack[lumberjack] input plugin.
* The current release of the multiline codec plugin treats all input from the {logstash}plugins-inputs-lumberjack[lumberjack] input plugin as a single stream. When your use case involves the Logstash Forwarder processing multiple files concurrently, proper event ordering can be challenging to maintain, and any resulting errors can be difficult to diagnose. Carefully monitor the output of Logstash configurations that involve multiline processing of multiple files handled by the Logstash Forwarder.
* The multiline codec plugin does not support file input from files that contain events from multiple sources.