<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="Helvetica, Arial, sans-serif">I have add this to source
in a network part but still nothing. Also to note im using TLS.<br>
<br>
source s_sys {<br>
system();<br>
internal();<br>
network(ip(0.0.0.0) port(6514)<br>
flags(syslog-protocol)<br>
transport("tls")<br>
tls(key_file("/etc/syslog-ng/cert.d/serverkey.pem")<br>
cert_file("/etc/syslog-ng/cert.d/servercert.pem")<br>
ca_dir("/etc/syslog-ng/ca.d")<br>
) );<br>
<br>
};<br>
<br>
Or this should be placed in the client site ?<br>
<br>
Ivan<br>
</font><br>
<div class="moz-cite-prefix">On 05/17/2016 10:31 AM, Fabien Wernli
wrote:<br>
</div>
<blockquote cite="mid:20160517083155.GD4674@ccfawe.in2p3.fr"
type="cite">
<pre wrap="">Hi,
On Tue, May 17, 2016 at 10:11:27AM +0200, Ivan Adji - Krstev wrote:
</pre>
<blockquote type="cite">
<pre wrap="">some RFC model 5424. Is there an option to configure the syslog-ng to
send this messages in that RFC format ?
</pre>
</blockquote>
<pre wrap="">
Add `flags(syslog-protocol)` to the network destination
______________________________________________________________________________
Member info: <a class="moz-txt-link-freetext" href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a>
Documentation: <a class="moz-txt-link-freetext" href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a>
FAQ: <a class="moz-txt-link-freetext" href="http://www.balabit.com/wiki/syslog-ng-faq">http://www.balabit.com/wiki/syslog-ng-faq</a>
</pre>
</blockquote>
<br>
</body>
</html>