Skip to content

Instantly share code, notes, and snippets.

@gentunian
Created October 6, 2014 19:15
Show Gist options
  • Save gentunian/ae26a4cee2ff3d8000b4 to your computer and use it in GitHub Desktop.
Save gentunian/ae26a4cee2ff3d8000b4 to your computer and use it in GitHub Desktop.
Multiline filter for logstash?
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