Created
April 26, 2020 09:36
-
-
Save wshihadeh/e2a7297a11a87e188e34b0e838783c5c to your computer and use it in GitHub Desktop.
multlinelog
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
<filter multiline.**> | |
@type concat | |
key message | |
stream_identity_key request_id | |
multiline_start_regexp /^I, \[.+\] INFO -- : \[.+\] Started.+for.+at.+/ | |
multiline_end_regexp /^I, \[.+\] INFO -- : \[.+\] Completed.+/ | |
flush_interval 60 | |
timeout_label @MULTILINE_LOGS | |
</filter> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment