Created
April 26, 2020 09:36
-
-
Save wshihadeh/9174b7b00c3d0145a967f187e8656a10 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