logstash-filter-multiline icon indicating copy to clipboard operation
logstash-filter-multiline copied to clipboard

Results 20 logstash-filter-multiline issues
Sort by recently updated
recently updated
newest added

Logstash version: 6.6.1 Java version: ``` java version "1.8.0_131" Java(TM) SE Runtime Environment (build 1.8.0_131-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode) ``` Error log: ``` [2019-03-18T07:50:44,820][ERROR][logstash.pipeline ]...

PR to correct issue: https://github.com/elastic/logstash/issues/3562 This avoids building up a huge array of timestamps and taking only the first one later on in function merge().

enhancement
needs tests

As discussed in elastic/logstash#5081

- as proposed in elastic/logstash#3210 - requires elastic/logstash#3211

This is a regression spec for elasticsearch/logstash#2372 This spec does not pass on version < 0.1.4 and is now fixed in 0.1.4

tests-infra

Sir, i am parsing some logs which comes from csv files. i am using multiline plugin as my log contains multiple lines. but in starting multiline loads a lot of...

Hi, The documentation states that this filter is being deprecated in favor of the multiline codec. However, multiline codec doesn't support custom stream_identity's and therefore can't do transaction id style...

Everytime yum updates Logstash this plugin is uninstalled.

Hi, How can I drop the divider between messages e.g. if ##### divides log messages. I want to use multiline to concatenate everything between the ##### e.g. ``` multiline {...

I'm using logstash to collect events which are key values pairs with one pair per line and blank line between events. I've used the multiline codec to collect the lines...