Re: [rsyslog] liblognorm 2.0.3 released

2017-03-24 Thread Brian Knox via rsyslog
The load rulebase from a string is nice! Will add that to my wrapper I'm
using in normz ( https://github.com/taotetek/normz ).

On Thu, Mar 23, 2017 at 1:04 PM Florian Riedl  wrote:

> Hi all,
>
> 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 *string);
> closes https://github.com/rsyslog/liblognorm/issues/239
> - bugfix: string parser did not correctly parse word at end of line
> - bugfix: literal parser does not always store value if name is specified
> if
> rule=:%{"type":"literal", "text":"a", "name":"var"}%
> is used and matching message is provided, variable var ist not persisted.
> see also
> http://lists.adiscon.net/pipermail/rsyslog/2016-December/043985.html
>
> Download:
> http://www.liblognorm.com/download/liblognorm-2-0-3/
>
> As always, feedback is appreciated.
>
> Best regards,
> Florian Riedl
> ___
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards
> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad
> of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you
> DON'T LIKE THAT.
>
___
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.


[rsyslog] liblognorm 2.0.3 released

2017-03-23 Thread Florian Riedl
Hi all,

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 *string);
closes https://github.com/rsyslog/liblognorm/issues/239
- bugfix: string parser did not correctly parse word at end of line
- bugfix: literal parser does not always store value if name is specified
if
rule=:%{"type":"literal", "text":"a", "name":"var"}%
is used and matching message is provided, variable var ist not persisted.
see also http://lists.adiscon.net/pipermail/rsyslog/2016-December/043985.html

Download:
http://www.liblognorm.com/download/liblognorm-2-0-3/

As always, feedback is appreciated.

Best regards,
Florian Riedl
___
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.