Big upgrade for Parse::Syslog::Line hitting the CPAN soon:
github.com/reyjrar/Parse-Syslo…
Date processing is about 30% faster with the conversion to Time::Moment from HTTP::Date. JSONify all your syslogs via: parse-syslog-line.pl -j
Handles RFC5424 structured data, embedded JSON, and embedded K=V style K/V extraction!
* RFC5424 loose mode: github.com/reyjrar/Parse-Syslo…
* RFC5414 strict: github.com/reyjrar/Parse-Syslo…
* JSON: github.com/reyjrar/Parse-Syslo…
* K/V: github.com/reyjrar/Parse-Syslo…
Release Version 6.0 - Migrate to Time::Moment, Break API · reyjrar/Parse-Syslog-Line
The HTTP::Date::str2time() is nice, but the Time::Moment is SO MUCH faster. This reworks the code to use the Time::Moment interface. Additionally, I'm making sense out of the date handling paramete...GitHub