Balazs Scheidler

Results 42 issues of Balazs Scheidler

This fixes a compilation error: error: function declaration isn’t a prototype [-Werror=strict-prototypes]

This PR adds the $MSGFORMAT name-value pair that contains the kind of parser we applied to parse the specific data. This is only set for syslog style messages (e.g. the...

This is a pretty common misconfiguration that should be handled automatically. Open questions were resolved this way: * syslog(transport(tcp/tls)) will default to enable framing detection * if you want to...

abandoned

This branch starts to differentiate between global tags and local tags. Local tags start with a '.' and all previous built-in use of tags will be considered local). The $TAGS...

This PR implements app-transform() parser that turns an app's messages conform to a destination's requirements. Example config: ``` @version: current @include "scl.conf" transformation sudo[splunk] { translate { rewrite { set("sudo"...

abandoned

This is the remainder of #4814 which was crashing under Kira which were probably caused by these patches. I made an attempt to fix these up and hope they can...

abandoned

This is just a skeleton for '+' operator that allows the concatenation of strings.

This improves the caching in cached_mktime() so that a single real mktime() invocation is valid for up to an hour.