liblognorm

Fast and flexible log normalization library

liblognorm

Fast and flexible log normalization library

liblognorm 2.0.6 released

We have just released liblognorm 2.0.6. This release mostly features enhancements and fixes to field type definitions like checkpoint-lea and cisco-interface-spec. Also liblognorm now builds on AIX. See the Changelog for details. Version 2.0.6, 2018-11-06 implement Checkpoint LEA transfer format … at least if we guess right that this is the format name. This type […]

liblognorm 2.0.5 released

We have just released liblognorm 2.0.5. This new version mainly provides a fix so liblognorm can build and work on Solaris systems. See the Changelog for details. Version 2.0.5, 2018-04-26 bugfix: es_str2cstr leak in string-to v1 parser Thanks to Harshvardhan Shrivastava for the patch. make “make check” “succeed” on solaris 10 actually, we just ignore […]

liblognorm 2.0.4 released

We have just released liblognorm 2.0.4. This new version mainly provides new parser support options, like different JSON number formats and unix timestamps. See the Changelog for details. Version 2.0.4, 2017-10-04 added support for native JSON number formats supported by parsers: number, float, hex added support for creating unix timestamps supported by parsers: date-rfc3164, date-rfc5424 […]

liblognorm 2.0.3 released

We have just released liblognorm 2.0.3. This new version provides some fixes for the the annotate function and adds a test for it. A few different issues have also been fixed. See the Changelog for details. Changelog:Version 2.0.3, 2017-03-22 add ability to load rulebase from a string introduces new API: int ln_loadSamplesFromString(ln_ctx ctx, const char […]

liblognorm 2.0.2 released

We have just released liblognorm 2.0.2. This new version provides some fixes for the the annotate function and adds a test for it. A few different issues have also been fixed. See the Changelog for details. Changelog: Version 2.0.2, 2016-11-15 bugfix: no error was emitted on invalid “annotate” line “annnotate”: permit inline comments fix a […]

liblognorm 2.0.1 released

We have just released liblognorm 2.0.1. This new version provides some fixes for the public headers als well as issues in pkgconfig file. Also it requires libfastjson (>=0.99.3) instead of json-c. See the Changelog for details. Changelog: Version 2.0.1, 2016-08-01 fix public headers, which invalidly contained a strndup() definition Thanks to Michael Biebel for this […]

liblognorm 2.0.0 released

We have just released liblognorm 2.0.0. This new version was completely rewritten and is much feature-enhanced. Also it requires libfastjson instead of json-c. See the Changelog for details. Changelog: Version 2.0.0, 2016-07-21 completely rewritten, much feature-enhanced version requires libfastjson instead of json-c big improvements to testbench runs, especially on travis among others, the static analyzer […]

liblognorm 1.1.2 released

We have just released liblognorm 1.1.2. This release contains new parser syntaxes and some fixes. Changes: Version 1.1.2, 2015-07-20 permit newline inside parser definition new parser “cisco-interface-spec” new parser “json” to process json parts of the message new parser “mac48” to process mac layer addresses new parser “name-value-list” (currently inofficial, experimental) some parsers did incorrectly […]

Scroll to top