<div dir="ltr">Hi <div>My simple configuration is mentioned below but i can not get any logs from cilent to server.</div><div><br></div><div>Is this configuration are wright or not? if i have to some changes on this configuration file Please suggest.</div><div>Here i am doing simple configuration.</div><div><br></div><div>OS:- centos 6</div><div>Client IP:- 192.168.122.21</div><div>server IP:- 192.168.122.67 (central server)</div><div><br></div><div><br></div><div><br></div><div>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Client<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<</div><div><br></div><div><div>@version:3.13</div><div>@include "scl.conf"</div><div><br></div><div>source s_local {</div><div>    system();</div><div>    internal();</div><div><br></div><div>};</div><div>destination d_network {udp("192.168.122.67" port(514));</div><div><br></div><div>};</div><div><br></div><div>destination d_local {</div><div>            file("/var/log/messages");</div><div>};</div><div><br></div><div>log{</div><div>   source(s_local);</div><div>   destination(d_network);</div><div>   destination(d_local);</div><div><br></div><div>};</div></div><div><br></div><div>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Server config<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<</div><div><br></div><div><div>@version:3.13</div><div>@include "scl.conf"</div><div><br></div><div>source s_local{system(); internal();};</div><div>source s_network{</div><div><br></div><div>         udp();</div><div>         tcp();</div><div><br></div><div>};</div><div><br></div><div>destination d_local{file("/var/log/messages");};</div><div>destination d_from_net{file("/var/log/from_net");};</div><div>log{</div><div>   source(s_local);</div><div>   destination(d_local);</div><div>};</div><div>log { source(s_network); destination(d_from_net); };</div></div><div><br></div><div>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>></div><div><br></div><div>Please suggest on this .</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div><b><font color="#0000ff"><i>Thanks & Regards </i></font>:-<br></b></div><b>VINOD SINGH SAUD<br></b></div><div><b>(M):- 09718663552<br></b></div><div><b><font color="#00ff00">(W):-09997645597</font><br></b></div><div><b>(E) :- <a href="mailto:vinod.samant.123@gmail.com" target="_blank">vinod.samant.123@gmail.com</a><br></b></div></div></div></div></div></div>
<br><div class="gmail_quote">On Thu, May 10, 2018 at 6:46 PM, Gergely Nagy <span dir="ltr"><<a href="mailto:algernon@balabit.com" target="_blank">algernon@balabit.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">>>>>> "vinod" == vinod samant <<a href="mailto:vinod.samant.123@gmail.com">vinod.samant.123@gmail.com</a>> writes:<br>
<br>
</span>    vinod> 1. Is these change should on default configuration file syslog-ng.conf or<br>
    vinod> we have to create new .conf file on conf.d/ directory ?<br>
<br>
These were meant to be complete configuration files, replacing<br>
syslog-ng.conf. But feel free to adapt them to any existing<br>
configuration.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- <br>
|8]<br>
</font></span></blockquote></div><br></div>