mirror of
https://github.com/Febbweiss/logstash-forwarder-java.git
synced 2026-03-04 22:25:39 +00:00
Multiline joint character inserted between lines.
Without this, lines get joined without any space in between which is a problem for some line formats as separate words get jumbled together.
This commit is contained in:
@@ -24,6 +24,7 @@ import org.apache.commons.lang.builder.ToStringBuilder;
|
||||
|
||||
public class Multiline {
|
||||
public enum WhatType { Previous, Next };
|
||||
public static byte JOINT = (byte) ' ';
|
||||
|
||||
private Pattern pattern = null;
|
||||
private boolean negate = false;
|
||||
|
||||
Reference in New Issue
Block a user