Well I&#39;m not sure because of the flag I used for the UDP source which is set to &quot;no-parse&quot;.<br><br>Here is my problem. From the UDP source, I may receive logs which are not &quot;syslog compliance&quot;. So I&#39;m using the flag &#39;no-parse&#39; then I rewrite the message. After that rewrite, I forward the new message to the same syslog-ng server.<br>


Then... I can apply filter, parser, etc on that new message which is now &quot;syslog compliance&quot; :-)<br><br>So, I think I can&#39;t use log statement. I need to use that mecanism...<br>There might be another solution but this one seems to be a good solution.<br>


<br><br><div class="gmail_quote">2010/11/16 Martin Holste <span dir="ltr">&lt;<a href="mailto:mcholste@gmail.com" target="_blank">mcholste@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


<div>Ok, then this should be accomplished with a standard log statement<br>
like you&#39;ve already begun to write.  What do your destinations look<br>
like?<br>
<br>
</div><div><div></div><div>On Tue, Nov 16, 2010 at 10:58 AM, Yann I. &lt;<a href="mailto:yann.frm@gmail.com" target="_blank">yann.frm@gmail.com</a>&gt; wrote:<br>
&gt; In fact, this is the same process... There is only one process.<br>
&gt;<br>
&gt;<br>
&gt; 2010/11/16 Martin Holste &lt;<a href="mailto:mcholste@gmail.com" target="_blank">mcholste@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Why do you need separate syslog-ng processes running?<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Nov 16, 2010 at 10:49 AM, Yann I. &lt;<a href="mailto:yann.frm@gmail.com" target="_blank">yann.frm@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi !<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I have a question about the use of udp, unix-stream or pipe. I would<br>
&gt;&gt; &gt; like to<br>
&gt;&gt; &gt; forward a syslog message to the same syslog server like this :<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; |  log {<br>
&gt;&gt; &gt; |     source (s_r_udp);    (&lt;-- listen on UDP/514)<br>
&gt;&gt; &gt; |<br>
&gt;&gt; &gt; |     filter (....);<br>
&gt;&gt; &gt; |     filter (....);<br>
&gt;&gt; &gt; |     parser (...);<br>
&gt;&gt; &gt; |<br>
&gt;&gt; &gt; |     destination (d_local_syslog);  (&lt;-- send the message to a local<br>
&gt;&gt; &gt; syslog<br>
&gt;&gt; &gt; by using unix-stream, udp or pipe mecanism)<br>
&gt;&gt; &gt; |  };<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; (...)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; |  log {<br>
&gt;&gt; &gt; |     source (s_local_syslog);    (&lt;--- here I receive the messages sent<br>
&gt;&gt; &gt; by<br>
&gt;&gt; &gt; the &quot;d_syslog_loop&quot;)<br>
&gt;&gt; &gt; |<br>
&gt;&gt; &gt; |     filter (...);<br>
&gt;&gt; &gt; |     filter (...);<br>
&gt;&gt; &gt; |     parser (...);<br>
&gt;&gt; &gt; |<br>
&gt;&gt; &gt; |     destination (d_remote_syslog);<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;m looking for the better way to send syslog message to the same syslog<br>
&gt;&gt; &gt; server : which mecanism provides the better performances : pipe, udp (by<br>
&gt;&gt; &gt; using network) or unix-stream ?<br>
&gt;&gt; &gt; Maybe the &quot;pipe&quot; is the better solution ?...<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;m using the syslog-ng OSE 3.1.2 on CentOS.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Regards,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Yann I.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ______________________________________________________________________________<br>
&gt;&gt; &gt; Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
&gt;&gt; &gt; Documentation:<br>
&gt;&gt; &gt; <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
&gt;&gt; &gt; FAQ: <a href="http://www.campin.net/syslog-ng/faq.html" target="_blank">http://www.campin.net/syslog-ng/faq.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; ______________________________________________________________________________<br>
&gt;&gt; Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
&gt;&gt; Documentation:<br>
&gt;&gt; <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
&gt;&gt; FAQ: <a href="http://www.campin.net/syslog-ng/faq.html" target="_blank">http://www.campin.net/syslog-ng/faq.html</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.campin.net/syslog-ng/faq.html" target="_blank">http://www.campin.net/syslog-ng/faq.html</a><br>
<br>
</div></div></blockquote></div><br>