mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Merge pull request #1591 from yummylogs/master
Issue #1590 Multiline filter and additional worker threads do not work together.
This commit is contained in:
commit
ab60853b4b
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ require "set"
|
||||||
# from files into a single event. For example - joining java exception and
|
# from files into a single event. For example - joining java exception and
|
||||||
# stacktrace messages into a single event.
|
# stacktrace messages into a single event.
|
||||||
#
|
#
|
||||||
|
# NOTE: This filter will not work with multiple worker threads "-w 2" on the logstash command line.
|
||||||
|
#
|
||||||
# The config looks like this:
|
# The config looks like this:
|
||||||
#
|
#
|
||||||
# filter {
|
# filter {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue