Created
January 26, 2017 20:52
-
-
Save tsouza/fc390193c308a8c3410c3353ba9a5b55 to your computer and use it in GitHub Desktop.
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
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