<div dir="ltr">Dear Rodney Bizzell,<div><br></div><div>I would kindly ask you to either start a new thread or reply to with a relevant information in the mailing list. Otherwise it is really hard to send follow up to your and others questions.</div><div><br></div><div>As to per your question. Probably you want to forward your other logs to where syslog-ng is running :) and configure syslog-ng to receive those other logs, and connect the destination that already can send to graylog with the source that can and does receive other logs.</div><div><br></div><div>In practice:</div><div><br></div><div>@version: 3.18</div><div>@include "scl.conf"</div><div><br></div><div>source my_s { default-network-driver(); };</div><div><br></div><div>destination graylog { #graylog destination</div><div>};</div><div><br></div><div>log {  source(my_s); destination(graylog); }; </div><div><br></div><div>I hope this helps.</div><div><br></div><div>Best regards,</div><div>Peter Kokai</div><br><div class="gmail_quote"><div dir="ltr">On Mon, Nov 5, 2018 at 7:52 PM Rodney Bizzell <<a href="mailto:hardworker30@gmail.com" target="_blank">hardworker30@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I got syslog to send and echo test message from syslog server to my graylog box. How do I ensure that my syslog box will send other servers logs to my graylog box through my syslog server. I am going to setup ipvsadm as load-balancer to point my legacy application to my syslog server and then they should get shipped through to graylog. Any information is greatly appreciated</div>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" rel="noreferrer" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" rel="noreferrer" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" rel="noreferrer" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
</blockquote></div></div>