Balazs Scheidler

Results 182 comments of Balazs Scheidler

One thing I noticed is that you are using a disk buffer for file destinations. It does not make much sense to me. It shouldn't crash even with it, but...

Reload/restart are handled fine. File destinations do have a small write buffer, which can be lost at crash but if you are using flush-lines(1) this will not be used, as...

Can you perhaps help with the implementation? I think this all made sense and would be pretty useful, I just don't have the bandwidth to work on it myself.

We have just added an alternative, where OpenTelemetry's OTLP protocol can be used which supports similar guarantees than RELP and ALTP. Of course that does not help is the objective...

I tried to get rid off this during my 4.0 python stuff but I couldn't. I am not sure we need either distutils or setup tools. We could squeeze distutils...

What I implemented this function as a $(csv-lookup) template function? e.g. ``` set("$(csv-lookup )" value("new-field-where-the-result-goes")); ```

This is already in axosyslog (GitHub.com/axoflow/axosyslog) which is the base image for sc4s. So it should be there already,. Just check the environment variables for the syslog-ng process inside sc4s.

@eldarnash could you check if this could be integrated into the axosyslog-core-docs project? FYI: axosyslog-core-docs builds upon the original syslog-ng documentation as released by One Identity as Open Source, converts...

One Identity opened up the documentation license finally (after being using a no-derivative work license), and with that we (at Axoflow) worked on it to make it updatable (e.g. instead...

Hi, There are number of extra parsers for syslog-ng in the splunk-connect-for-syslog package The paloalto one is here https://github.com/splunk/splunk-connect-for-syslog/blob/master/package/etc/conf.d/log_paths/lp-paloalto_panos.conf.tmpl Albeit you may not be using this for splunk, you can...