Last active
March 27, 2019 01:37
-
-
Save peacefixation/cf10edd68c167a05a659250caaaf533a to your computer and use it in GitHub Desktop.
Combine multiline logs with Beaver
This file contains hidden or 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
# all lines that don't start with [ are combined with the previous line | |
[/var/log/some.log] | |
type: some-type | |
multiline_regex_before = ^[^[]].* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment