<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'>Hi<BR>
<BR>
Install syslog-ng on the new server.<BR>
Copy the syslog-ng.conf from the master server to the new server and use that.<BR>
<BR>
Add the information we have given you to the master server.<BR>
<BR>
Now you have &#8216;two&#8217; master servers where on is forwarding everything to the other.<BR>
<BR>
/Marc<BR>
<BR>
<BR>
On 09/12/08 18.04, &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'>Thanks to both of you.<BR>
<BR>
I have configured &nbsp;our &nbsp;existing log master &nbsp;, following &nbsp;both of your &nbsp;advice &nbsp;seperately. &nbsp;But &nbsp;the server &nbsp;where I am trying to forward the logs<BR>
is &nbsp;not &nbsp;listening the port &nbsp;I am mentioning.<BR>
<BR>
I tested &nbsp;as follows:<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1. &nbsp;&nbsp;I took &nbsp;a server where &nbsp;syslog-ng &nbsp;is not at all installe.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;checked, &nbsp;but did not find &nbsp;any log which is being forwarded<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;by the central log master<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.. &nbsp;Took one server &nbsp;which &nbsp;is &nbsp;already &nbsp;a client &nbsp;, and<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;syslog-ng &nbsp;is installed &nbsp;already &nbsp;as &nbsp;it is a client server.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;In that server also &nbsp;did not find any logs which &nbsp;is being<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;forwarded by the central log master.<BR>
<BR>
In both the servers &nbsp;where I tested, &nbsp;iptables &nbsp;is turned off. Moreover found, that &nbsp;the central log &nbsp;master &nbsp;is broken too.<BR>
<BR>
Pl. guide me more where ,i am missing &nbsp;for this configuration.<BR>
<BR>
Thanks again<BR>
<BR>
<BR>
--- On Tue, 12/9/08, Geller, Sandor (IT) &lt;<a href="Sandor.Geller@morganstanley.com">Sandor.Geller@morganstanley.com</a>&gt; wrote:<BR>
<BR>
&gt; From: Geller, Sandor (IT) &lt;<a href="Sandor.Geller@morganstanley.com">Sandor.Geller@morganstanley.com</a>&gt;<BR>
&gt; Subject: Re: [syslog-ng] 答复: &nbsp;Need help to send logs to a different server<BR>
&gt; To: &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: Tuesday, December 9, 2008, 3:22 AM<BR>
&gt; Hi,<BR>
&gt;<BR>
&gt; The f_everthing filter matches on all logs so it is<BR>
&gt; redundant,<BR>
&gt; you could omit it (using filters is optional in the log<BR>
&gt; sections).<BR>
&gt;<BR>
&gt; To forward the logs to a second server the easiest would be<BR>
&gt; to<BR>
&gt; add the host to the everything destination like this:<BR>
&gt;<BR>
&gt; destination everything {<BR>
&gt;<BR>
&gt; file(&quot;/var/log/remotes/$HOST/$HOST-all-system.logs&quot;);<BR>
&gt; };<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tcp(1.2.3.4 port(5));<BR>
&gt; };<BR>
&gt;<BR>
&gt; Obviously replace the IP address and the port with valid<BR>
&gt; values,<BR>
&gt; and when the second server doesn't support tcp then you<BR>
&gt; should<BR>
&gt; use udp.<BR>
&gt;<BR>
&gt; BTW you should add the log_prefix option to your kernel<BR>
&gt; source<BR>
&gt; to mimic syslogd's behaviour:<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;file(&quot;/proc/kmsg&quot;<BR>
&gt; log_prefix(&quot;kernel: &quot;));<BR>
&gt;<BR>
&gt; hth,<BR>
&gt;<BR>
&gt; Sandor<BR>
&gt;<BR>
&gt; &gt; -----Original Message-----<BR>
&gt; &gt; From: <a href="syslog-ng-bounces@lists.balabit.hu">syslog-ng-bounces@lists.balabit.hu</a><BR>
&gt; &gt; [<a href="mailto:syslog-ng-bounces@lists.balabit.hu">mailto:syslog-ng-bounces@lists.balabit.hu</a>] On Behalf<BR>
&gt; Of Lavannya<BR>
&gt; &gt; Sent: Monday, December 08, 2008 7:18 PM<BR>
&gt; &gt; To: Syslog-ng users' and developers' mailing<BR>
&gt; list<BR>
&gt; &gt; Subject: Re: [syslog-ng] 答复: Need help to send<BR>
&gt; logs to a<BR>
&gt; &gt; different server<BR>
&gt; &gt;<BR>
&gt; &gt; Hi Mark,<BR>
&gt; &gt;<BR>
&gt; &gt; Thanks for your reply. &nbsp;I am getting error whatever<BR>
&gt; &gt; configuration you had said. &nbsp;May be &nbsp;I need to change<BR>
&gt; our<BR>
&gt; &gt; existing configuration again. &nbsp;Here is the central<BR>
&gt; log<BR>
&gt; &gt; server &nbsp;configuration I am sending as attachment. Our<BR>
&gt; central<BR>
&gt; &gt; &nbsp;log server &nbsp;is already configured &nbsp;with<BR>
&gt; tcp(ip(0.0.0.0) ip<BR>
&gt; &gt; and when &nbsp;I am adding the new &nbsp;server &nbsp;to collect the<BR>
&gt; log it<BR>
&gt; &gt; is giving error.<BR>
&gt; &gt;<BR>
&gt; &gt; &nbsp;&nbsp;- I want to add another &nbsp;server (this is needed for<BR>
&gt; some<BR>
&gt; &gt; application )<BR>
&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;to my central log server which &nbsp;will<BR>
&gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;get all the logs &nbsp;from the central log &nbsp;server.<BR>
&gt; &gt;<BR>
&gt; &gt; Pl. feel free to correct &nbsp;the log file and send it to<BR>
&gt; me.<BR>
&gt; &gt;<BR>
&gt; &gt; Thanks again<BR>
&gt; &gt;<BR>
&gt; &gt;<BR>
&gt; &gt;<BR>
&gt; &gt;<BR>
&gt; &gt;<BR>
&gt; &gt; --- On Mon, 12/8/08, Marc Andersen<BR>
&gt; &lt;<a href="man@inspektsecurity.com">man@inspektsecurity.com</a>&gt; wrote:<BR>
&gt; &gt;<BR>
&gt; &gt; &gt; From: Marc Andersen<BR>
&gt; &lt;<a href="man@inspektsecurity.com">man@inspektsecurity.com</a>&gt;<BR>
&gt; &gt; &gt; Subject: Re: [syslog-ng] 答复: &nbsp;Need help to<BR>
&gt; send logs to a<BR>
&gt; &gt; different server<BR>
&gt; &gt; &gt; To: &quot;Syslog-ng users' and<BR>
&gt; developers' mailing list&quot;<BR>
&gt; &gt; &lt;<a href="syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a>&gt;<BR>
&gt; &gt; &gt; Date: Monday, December 8, 2008, 8:04 AM<BR>
&gt; &gt; &gt; If the central syslog server is running syslog-ng<BR>
&gt; you can<BR>
&gt; &gt; &gt; just add another destination (live log server) to<BR>
&gt; the<BR>
&gt; &gt; &gt; already existing local files.<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; log{<BR>
&gt; &gt; &gt; source (udp/tcp incoming);<BR>
&gt; &gt; &gt; destination(new live log server);<BR>
&gt; &gt; &gt; };<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; cheers<BR>
&gt; &gt; &gt; /Marc<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; On 07/12/08 16.03, &quot;Lavannya&quot;<BR>
&gt; &gt; &gt; &lt;<a href="swap_project@yahoo.com">swap_project@yahoo.com</a>&gt; wrote:<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; Yes , &nbsp;from the client &nbsp;we can , &nbsp;but I think if<BR>
&gt; you read<BR>
&gt; &gt; &gt; my mail properly, I clearly written that my<BR>
&gt; requirement is<BR>
&gt; &gt; &gt; NOT, to get the logs from the client. &nbsp;I want &nbsp;to<BR>
&gt; set one<BR>
&gt; &gt; &gt; server , which will get &nbsp;all the information from<BR>
&gt; the<BR>
&gt; &gt; &gt; central log master. Yes , I know it can be done<BR>
&gt; through<BR>
&gt; &gt; &gt; ssh/rsync. But I wanted to know , if there is any<BR>
&gt; option in<BR>
&gt; &gt; &gt; syslog-ng .<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; Thanks<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; --- On Fri, 12/5/08, liuruihong<BR>
&gt; &gt; &gt; &lt;<a href="liuruihong@baidu.com">liuruihong@baidu.com</a>&gt; wrote:<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; From: liuruihong<BR>
&gt; &lt;<a href="liuruihong@baidu.com">liuruihong@baidu.com</a>&gt;<BR>
&gt; &gt; &gt; &gt; Subject: 答复: [syslog-ng] Need help to<BR>
&gt; send logs to<BR>
&gt; &gt; &gt; a different server<BR>
&gt; &gt; &gt; &gt; To: <a href="swap_project@yahoo.com">swap_project@yahoo.com</a>,<BR>
&gt; &quot;'Syslog-ng<BR>
&gt; &gt; &gt; users' and developers' mailing<BR>
&gt; list'&quot;<BR>
&gt; &gt; &gt; &lt;<a href="syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a>&gt;<BR>
&gt; &gt; &gt; &gt; Date: Friday, December 5, 2008, 3:23 AM<BR>
&gt; &gt; &gt; &gt; in the client,you can define many remote log<BR>
&gt; server<BR>
&gt; &gt; &gt; &gt; simultaneously.syslog<BR>
&gt; &gt; &gt; &gt; and syslog-ng all support this function.<BR>
&gt; &gt; &gt; &gt; You can find in the manual:)<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; 谢谢!<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; 刘蕊红 |sys|6758<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; -----邮件原件-----<BR>
&gt; &gt; &gt; &gt; 发件人:<BR>
&gt; <a href="syslog-ng-bounces@lists.balabit.hu">syslog-ng-bounces@lists.balabit.hu</a><BR>
&gt; &gt; &gt; &gt; [<a href="mailto:syslog-ng-bounces@lists.balabit.hu">mailto:syslog-ng-bounces@lists.balabit.hu</a>]<BR>
&gt; 代表<BR>
&gt; &gt; &gt; Swapna<BR>
&gt; &gt; &gt; &gt; 发送时间: 2008年12月5日 4:17<BR>
&gt; &gt; &gt; &gt; 收件人: <a href="syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a><BR>
&gt; &gt; &gt; &gt; 主题: [syslog-ng] Need help to send logs<BR>
&gt; to a<BR>
&gt; &gt; &gt; different<BR>
&gt; &gt; &gt; &gt; server<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; Hi,<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; We have syslog-ng configuration &nbsp;as follows:<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &nbsp;&nbsp;&nbsp;- &nbsp;There are 50 clients &nbsp;communicating to<BR>
&gt; one log<BR>
&gt; &gt; &gt; server<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &nbsp;&nbsp;&nbsp;- &nbsp;The &nbsp;log server is kept in secured<BR>
&gt; place where<BR>
&gt; &gt; &gt; nobody<BR>
&gt; &gt; &gt; &gt; have access<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &nbsp;&nbsp;&nbsp;- &nbsp;All the logs &nbsp;of 50 clients &nbsp;are<BR>
&gt; coming to the<BR>
&gt; &gt; &gt; log<BR>
&gt; &gt; &gt; &gt; server &nbsp;and<BR>
&gt; &gt; &gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the logs are kept &nbsp;as follow<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/var/log/syslog-ng/&lt;client<BR>
&gt; &gt; &gt; &gt; host&gt;/extended.log<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; We want &nbsp;all the log of each client &nbsp;to<BR>
&gt; relay into a<BR>
&gt; &gt; &gt; &gt; seperate server live.<BR>
&gt; &gt; &gt; &gt; Means the &nbsp;current log &nbsp;file of each &nbsp;host<BR>
&gt; will go to<BR>
&gt; &gt; &gt; the<BR>
&gt; &gt; &gt; &gt; new server<BR>
&gt; &gt; &gt; &gt; simultaneously &nbsp;as &nbsp;it is going to the<BR>
&gt; central log<BR>
&gt; &gt; &gt; server.<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; We can configure a &nbsp;second &nbsp;log server &nbsp;like<BR>
&gt; the<BR>
&gt; &gt; &gt; existing<BR>
&gt; &gt; &gt; &gt; one. &nbsp;But our<BR>
&gt; &gt; &gt; &gt; requirement &nbsp;is, &nbsp;that all the logs will be<BR>
&gt; received<BR>
&gt; &gt; &gt; from<BR>
&gt; &gt; &gt; &gt; the central log<BR>
&gt; &gt; &gt; &gt; server not from the client &nbsp;hosts.<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; Any help is &nbsp;really appreciated.<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt; Thanks<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt;<BR>
&gt; &gt;<BR>
&gt; ______________________________________________________________<BR>
&gt; &gt; ______________<BR>
&gt; &gt; &gt; &gt; __<BR>
&gt; &gt; &gt; &gt; Member info:<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><BR>
&gt; &gt; &gt; &gt; Documentation:<BR>
&gt; &gt; &gt; &gt;<BR>
&gt; &gt; &gt;<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; &gt; &gt; &gt; FAQ:<BR>
&gt; <a href="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</a><BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt;<BR>
&gt; &gt; &gt;<BR>
&gt; &gt;<BR>
&gt; ______________________________________________________________<BR>
&gt; &gt; ________________<BR>
&gt; &gt; &gt; Member info:<BR>
&gt; &gt; &gt;<BR>
&gt; <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><BR>
&gt; &gt; &gt; Documentation:<BR>
&gt; &gt; &gt;<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; &gt; &gt; FAQ: <a href="http://www.campin.net/syslog-ng/faq.html">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; ______________________________________________________________<BR>
&gt; &gt; ________________<BR>
&gt; &gt; &gt; Member info:<BR>
&gt; &gt; &gt;<BR>
&gt; <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><BR>
&gt; &gt; &gt; Documentation:<BR>
&gt; &gt; &gt;<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; &gt; &gt; FAQ: <a href="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</a><BR>
&gt; &gt;<BR>
&gt; &gt;<BR>
&gt; &gt;<BR>
&gt; --------------------------------------------------------<BR>
&gt;<BR>
&gt; NOTICE: If received in error, please destroy and notify<BR>
&gt; sender. Sender does not intend to waive confidentiality or<BR>
&gt; privilege. Use of this email is prohibited when received in<BR>
&gt; error.<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>