<HTML>
<HEAD>
<TITLE>Re: [syslog-ng] 答复: &nbsp;Need help to send logs to a different server</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>If the central syslog server is running syslog-ng you can just add another destination (live log server) to the already existing local files.<BR>
<BR>
log{<BR>
source (udp/tcp incoming);<BR>
destination(new live log server);<BR>
};<BR>
<BR>
cheers<BR>
/Marc<BR>
<BR>
<BR>
On 07/12/08 16.03, &quot;Lavannya&quot; &lt;<a href="swap_project@yahoo.com">swap_project@yahoo.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Yes , &nbsp;from the client &nbsp;we can , &nbsp;but I think if you read my mail properly, I clearly written that my requirement is NOT, to get the logs from the client. &nbsp;I want &nbsp;to set one server , which will get &nbsp;all the information from the central log master. Yes , I know it can be done through ssh/rsync. But I wanted to know , if there is any option in syslog-ng .<BR>
<BR>
Thanks<BR>
<BR>
<BR>
<BR>
--- On Fri, 12/5/08, liuruihong &lt;<a href="liuruihong@baidu.com">liuruihong@baidu.com</a>&gt; wrote:<BR>
<BR>
&gt; From: liuruihong &lt;<a href="liuruihong@baidu.com">liuruihong@baidu.com</a>&gt;<BR>
&gt; Subject: 答复: [syslog-ng] Need help to send logs to a different server<BR>
&gt; To: <a href="swap_project@yahoo.com">swap_project@yahoo.com</a>, &quot;'Syslog-ng users' and developers' mailing list'&quot; &lt;<a href="syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a>&gt;<BR>
&gt; Date: Friday, December 5, 2008, 3:23 AM<BR>
&gt; in the client,you can define many remote log server<BR>
&gt; simultaneously.syslog<BR>
&gt; and syslog-ng all support this function.<BR>
&gt; You can find in the manual:)<BR>
&gt;<BR>
&gt;<BR>
&gt; 谢谢!<BR>
&gt;<BR>
&gt; 刘蕊红 |sys|6758<BR>
&gt;<BR>
&gt; -----邮件原件-----<BR>
&gt; 发件人: <a href="syslog-ng-bounces@lists.balabit.hu">syslog-ng-bounces@lists.balabit.hu</a><BR>
&gt; [<a href="mailto:syslog-ng-bounces@lists.balabit.hu">mailto:syslog-ng-bounces@lists.balabit.hu</a>] 代表 Swapna<BR>
&gt; 发送时间: 2008年12月5日 4:17<BR>
&gt; 收件人: <a href="syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a><BR>
&gt; 主题: [syslog-ng] Need help to send logs to a different<BR>
&gt; server<BR>
&gt;<BR>
&gt; Hi,<BR>
&gt;<BR>
&gt;<BR>
&gt; We have syslog-ng configuration &nbsp;as follows:<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;- &nbsp;There are 50 clients &nbsp;communicating to one log server<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;- &nbsp;The &nbsp;log server is kept in secured place where nobody<BR>
&gt; have access<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;- &nbsp;All the logs &nbsp;of 50 clients &nbsp;are coming to the log<BR>
&gt; server &nbsp;and<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the logs are kept &nbsp;as follow<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/var/log/syslog-ng/&lt;client<BR>
&gt; host&gt;/extended.log<BR>
&gt;<BR>
&gt;<BR>
&gt; We want &nbsp;all the log of each client &nbsp;to relay into a<BR>
&gt; seperate server live.<BR>
&gt; Means the &nbsp;current log &nbsp;file of each &nbsp;host will go to the<BR>
&gt; new server<BR>
&gt; simultaneously &nbsp;as &nbsp;it is going to the central log server.<BR>
&gt;<BR>
&gt;<BR>
&gt; We can configure a &nbsp;second &nbsp;log server &nbsp;like the existing<BR>
&gt; one. &nbsp;But our<BR>
&gt; requirement &nbsp;is, &nbsp;that all the logs will be received from<BR>
&gt; the central log<BR>
&gt; server not from the client &nbsp;hosts.<BR>
&gt;<BR>
&gt; Any help is &nbsp;really appreciated.<BR>
&gt;<BR>
&gt; Thanks<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; ____________________________________________________________________________<BR>
&gt; __<BR>
&gt; Member info:<BR>
&gt; <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><BR>
&gt; Documentation:<BR>
&gt; <a href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a><BR>
&gt; FAQ: <a href="http://www.campin.net/syslog-ng/faq.html">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">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><BR>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a><BR>
FAQ: <a href="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</a><BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>