mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Adds note on tracking updates to MLCodec functionality
This commit is contained in:
parent
94a193847a
commit
ada3473e33
1 changed files with 8 additions and 1 deletions
|
@ -27,12 +27,19 @@ See the full documentation for the {logstash}plugins-codecs-multiline.html[multi
|
|||
|
||||
==== Multiline Special Cases
|
||||
|
||||
* 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 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.
|
||||
|
||||
* The multiline filter plugin is not thread-safe. Avoid using multiple filter workers with the multiline filter.
|
||||
|
||||
NOTE: You can track the progress of upgrades to the functionality of the multiline codec at
|
||||
https://github.com/logstash-plugins/logstash-codec-multiline/issues/10[this Github issue].
|
||||
|
||||
==== Examples of Multiline Plugin Configuration
|
||||
|
||||
The examples in this section cover the following use cases:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue