From e9e3ad5a5037e3cff33c87056b7587562375e8cd Mon Sep 17 00:00:00 2001 From: yummylogs Date: Fri, 1 Aug 2014 12:20:03 -0700 Subject: [PATCH] Update multiline.rb --- lib/logstash/filters/multiline.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/logstash/filters/multiline.rb b/lib/logstash/filters/multiline.rb index 76fcff420..6a22f5e55 100644 --- a/lib/logstash/filters/multiline.rb +++ b/lib/logstash/filters/multiline.rb @@ -10,6 +10,8 @@ require "set" # from files into a single event. For example - joining java exception and # 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: # # filter {