Balazs Scheidler

Results 42 issues of Balazs Scheidler

This PR refactors the app-parser() and has the following changes: 1) it gets rid off the "*" topic, which basically allowed applications to register to all topics. This does not...

some of our Python destinations started to pull huge dependencies. S3 depends on AWS's boto library, which is 150MB. We should create a mechanism to create multiple images, one that...

enhancement

This PR refactors the app-parser() and has the following changes: 1) it gets rid off the "*" topic, which basically allowed applications to register to _all_ topics. This does not...

Please don't merge until rpms are built and I can test them.

This improves filterx expression representation in trace level logs by improving the location tracking for filterx source text. This will also cause any source related displays (e.g. error output or...

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...

This branch allows you to specify the fingerprint-alg() to be used for validating key fingerprints in trusted-keys() Fixes: https://github.com/syslog-ng/syslog-ng/issues/4976

This is now a complete LogTransport based implementation of the HAProxy protocol so it applies cleanly to any kind of LogProto implementation.

This is a continuation of #326 to add interactive debugger functionality over syslog-ng-ctl