I'm using hekad to read lines from a file and I'm trying to figure out a way to buffer a few lines before creating a new heka message.
I tried using a regex as the delimiter: https://gist.github.com/davidbirdsong/8258163 but the docs clearly state that LogfileInput is line based. Is there a way to match on multiple lines? Do I need to drop into a lua decoder for this? Is there some way to achieve a multi-line match using only toml?
_______________________________________________ Heka mailing list [email protected] https://mail.mozilla.org/listinfo/heka

