Balazs Scheidler
Balazs Scheidler
Thanks for the report and the pointer to that blog article. I didn't recognize that boto was this huge. I guess this van be attributed to our s3 destination that...
It indeed is caused by S3. Our module handles the case where the python dependencies are not installed and then bails out with an error. So it's actually possible to...
Is it perhaps keep-hostname(no) on the receiving end?
On Sat, Dec 2, 2023, 17:16 Peter Czanik ***@***.***> wrote: > No. It's an almost default openSUSE syslog-ng.conf: > > # > # Global options. > # > options {...
I've just added a couple more fixes to #4824 with those the setting fetch-no-data-delay() became available, setting that to 0.1 msec keeps the latency under control. Basically that RECEIVE_TIMEOUT would...
This PR should add the capability to send a monotonic sequence ID: https://github.com/syslog-ng/syslog-ng/pull/4745 Let me know if that helps.
https://github.com/syslog-ng/syslog-ng/issues/4792
maybe set port to the default port of the openobserve cloud instance? Unfortantely the block constructs don't support anything but simple string substitution, so if we want to make the...
Indeed, the message about log suppression is not in the tails.log you posted above. This is a tough one to crack. I was looking at message rates, etc in log_stats.log....
I think this was originally needed because sometimes we link c++ objects into an otherwise c program using gcc and not g++