In fact, this is the same process... There is only one process.<br><br><br><div class="gmail_quote">2010/11/16 Martin Holste <span dir="ltr"><<a href="mailto:mcholste@gmail.com">mcholste@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Why do you need separate syslog-ng processes running?<br>
<div><div></div><div class="h5"><br>
On Tue, Nov 16, 2010 at 10:49 AM, Yann I. <<a href="mailto:yann.frm@gmail.com">yann.frm@gmail.com</a>> wrote:<br>
> Hi !<br>
><br>
> I have a question about the use of udp, unix-stream or pipe. I would like to<br>
> forward a syslog message to the same syslog server like this :<br>
><br>
> | log {<br>
> | source (s_r_udp); (<-- listen on UDP/514)<br>
> |<br>
> | filter (....);<br>
> | filter (....);<br>
> | parser (...);<br>
> |<br>
> | destination (d_local_syslog); (<-- send the message to a local syslog<br>
> by using unix-stream, udp or pipe mecanism)<br>
> | };<br>
><br>
> (...)<br>
><br>
> | log {<br>
> | source (s_local_syslog); (<--- here I receive the messages sent by<br>
> the "d_syslog_loop")<br>
> |<br>
> | filter (...);<br>
> | filter (...);<br>
> | parser (...);<br>
> |<br>
> | destination (d_remote_syslog);<br>
><br>
> I'm looking for the better way to send syslog message to the same syslog<br>
> server : which mecanism provides the better performances : pipe, udp (by<br>
> using network) or unix-stream ?<br>
> Maybe the "pipe" is the better solution ?...<br>
><br>
> I'm using the syslog-ng OSE 3.1.2 on CentOS.<br>
><br>
> Regards,<br>
><br>
> Yann I.<br>
><br>
</div></div>> ______________________________________________________________________________<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:<br>
> <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>
><br>
><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>
</blockquote></div><br>