Skip to content

Instantly share code, notes, and snippets.

@tsouza
Created January 26, 2017 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsouza/fc390193c308a8c3410c3353ba9a5b55 to your computer and use it in GitHub Desktop.
Save tsouza/fc390193c308a8c3410c3353ba9a5b55 to your computer and use it in GitHub Desktop.
filebeat:
prospectors:
-
paths:
- "/path/to/file.log"
multiline:
pattern: (^.* TRACE .*$)|^[^\d].*$
negate: true
match: after
output:
console:
pretty: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment