Beh01der / node-grok

Regular expression template library for Node.js inspired by logstash grok filter module
ISC License
51 stars 32 forks source link

Parse should be able to process multi line text #25

Open pekunicki opened 6 years ago

pekunicki commented 6 years ago

It would be good to introduce support for parsing text value containing multi-line logs. In this case, the parse method should return an array of parsed objects.