rcoh / angle-grinder

Slice and dice logs on the command line
MIT License
3.5k stars 72 forks source link

Support for multiline patterns #106

Open foosinn opened 4 years ago

foosinn commented 4 years ago

Support for multiline logfiles (i.e. slow query logs) would be nice. I did not find anything in the documentation or existing issues.

Thanks for this awesome tool.

rcoh commented 4 years ago

Sumoshell had this but it adds a lot of complexity (because you need to wait to see if another line is coming before you emit a record which forces ingestion to run in a separate thread).

I'll see if there's a simple way to add it.

On Mon, Jun 15, 2020, 7:48 AM foosinn notifications@github.com wrote:

Support for multiline logfiles (i.e. slow query logs) would be nice. I did not find anything in the documentation or existing issues.

Thanks for this awesome tool.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rcoh/angle-grinder/issues/106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADYKZ3CQ7IBDQYHPASSODLRWYDBFANCNFSM4N6DDYVA .