Balazs Scheidler

Results 182 comments of Balazs Scheidler

No. and that's a clear indication of the problem. syslog-ng's default log-msg-size() parameter is 64k and I guess the incoming messages are all coalesced into a huge message and we...

You might want to specify flags(no-parse) as you are clearly not receiving syslog. What's the sending application? It might be easier to help you that way On Thu, Jan 25,...

In UDP, every datagram is a separate message In TCP, log messages follow each other within the tcp stream. The separation between messages is the NL character, just as with...

What is the "mode" setting on the fortigate side? https://docs.fortinet.com/document/fortigate/7.0.13/cli-reference/393620/config-log-syslogd-setting I guess now you are using udp. But when you were using tcp, what was the setting? "reliable" ? According...

this should resolve the input side issues and let you properly process logs from fortigate, at least with its "mode" setting set to "reliable"

kafka does not need java anymore, and I'd consider the java bindings somewhat of a legacy. the librdkafka based C implementation of kafka is more reliable and performs a lot...

I have cleaned up this patch and compression support somewhat. I am not saying I am perfectly happy, but things improved a lot. I have updated this branch by forcepushing...

I am merging these with my latest changes. That moves the http compression implementation to something closer to what I would expect. I've also fixed a bug which caused the...

This is either because your protoc compiler and the associated libs are not the same version OR some kind of ABI related change in gcc. Let's try to fix clang...

To resolve this we would need to auto detect the c++ library for the system and include that check in configure.