You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
single line...
Dec 14 06:41:08 Exception in thread "main" java.lang.RuntimeException: Something has gone wrong, aborting!
another line...
Steps to reproduce the problem:
Using multiline parser example here
Expected behavior
the "single line..." & "another line..." part must be filtered out leaving only the matching line "Dec 14 06:41:08 Exception in thread "main" java.lang.RuntimeException: Something has gone wrong, aborting!" and producing log output:
[1] tail.0: [1669160706.737657687, {"date"=>"Dec 14 06:41:08", "message"=>"Exception in thread "main" java.lang.RuntimeException: Something has gone wrong, aborting!
however the example is showing "single line..." & "another line..." included in the log output.
Bug Report
Description
Multiline parser with tail not working as per the example, output looks incorrect.
To Reproduce
Using multiline parser example here
Expected behavior
the "single line..." & "another line..." part must be filtered out leaving only the matching line "Dec 14 06:41:08 Exception in thread "main" java.lang.RuntimeException: Something has gone wrong, aborting!" and producing log output:
however the example is showing "single line..." & "another line..." included in the log output.
Your Environment
The text was updated successfully, but these errors were encountered: