Created
October 6, 2014 19:15
-
-
Save gentunian/ae26a4cee2ff3d8000b4 to your computer and use it in GitHub Desktop.
Multiline filter for logstash?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
multiline { | |
pattern => "^\d" | |
what => "previous" | |
negate => true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment