Skip to content

Instantly share code, notes, and snippets.

@wshihadeh
Created April 26, 2020 09:36
Show Gist options
  • Save wshihadeh/e2a7297a11a87e188e34b0e838783c5c to your computer and use it in GitHub Desktop.
Save wshihadeh/e2a7297a11a87e188e34b0e838783c5c to your computer and use it in GitHub Desktop.
multlinelog
<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