Balazs Scheidler

Results 182 comments of Balazs Scheidler

I meant the journal in its original form, there should be a way to get that info from journalctl. You should look for _HOSTNAME in the original journal entry. Syslog-ng...

On Aug 22, 2015 6:41 AM, "Zdenek Styblik" [email protected] wrote: > > I meant the journal in its original form, there should be a way to get > > that...

Pretty sure that despite the timeout the message made it to the server, which eventually stored it, as well as the retransmitted message. I think your workaround might be much...

hi, Can you show an example, as received by syslog-ng? Is setting HOST to SOURCEIP prior to doing grouping-by() feasible in your context? On Wed, Feb 23, 2022 at 3:11...

Are all continuation lines formatted like this? Would multi-line-options in the file driver resolve this use-case? Or you have other similar multi-line entries coming from the same source?

Is there a reason why grouping-by(scope(global) key("$SOURCEIP")) wouldn't work, in what way would your request be different?

Internally grouping-by() forms a key in its internal hash table by combining the value of scope() and key() like this: scope(global) == "" || key scope(host) == "$HOST" || key...

Hi, It'd be great if autogen.sh would process this as a command line option too, just in case you'd have time to contribute this bit. Also, the release tarball should...

Enclose the regex in quotes. On Fri, Feb 28, 2020, 17:11 Janos SZIGETVARI wrote: > syslog-ng Version of syslog-ng > > 3.25 (PE 7.0.19) > Platform > > CentOS >...

openssl is now a required dependency (and not just because of SSL support, we use random generators/hash algorithms, etc) as well. If you can use docker on a build host,...