<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Just to close the circle on this, I found the problem.&nbsp; <br><br>After having increased the rmem_max I was no longer seeing any UDP packet drops.&nbsp; I was still not seeing some log messages, and at this point it was a configuration issue.<br><br>I noticed I had filters such as:<br><br>filter f_info { level(info);}<br><br>Obviously this was only catching info level messages.&nbsp; Changed to:<br><br>filter f_info {level(info...emerg);}<br><br>Sorry for the noise, but I still wanted to bring some closure in case someone runs into this.&nbsp; The initial packet drop blinded me into looking into some basic configs, thanks all for the suggestions!<br><br><br><div>&gt; From: syslog-ng-request@lists.balabit.hu<br>&gt; Subject: syslog-ng Digest, Vol 108, Issue 27<br>&gt; To: syslog-ng@lists.balabit.hu<br>&gt; Date: Wed, 30 Apr 2014 12:00:02 +0200<br>&gt; <br>&gt; Send syslog-ng mailing list submissions to<br>&gt;         syslog-ng@lists.balabit.hu<br>&gt; <br>&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>&gt;         https://lists.balabit.hu/mailman/listinfo/syslog-ng<br>&gt; or, via email, send a message with subject or body 'help' to<br>&gt;         syslog-ng-request@lists.balabit.hu<br>&gt; <br>&gt; You can reach the person managing the list at<br>&gt;         syslog-ng-owner@lists.balabit.hu<br>&gt; <br>&gt; When replying, please edit your Subject line so it is more specific<br>&gt; than "Re: Contents of syslog-ng digest..."<br>&gt; <br>&gt; <br>&gt; Today's Topics:<br>&gt; <br>&gt;    1. Re:  Ubuntu Precise -ng filling out buffer,        dropping messages<br>&gt;       (Evan Rempel)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>&gt; Date: Tue, 29 Apr 2014 12:38:52 -0700<br>&gt; From: Evan Rempel &lt;erempel@uvic.ca&gt;<br>&gt; Subject: Re: [syslog-ng] Ubuntu Precise -ng filling out buffer,<br>&gt;         dropping messages<br>&gt; To: syslog-ng@lists.balabit.hu<br>&gt; Message-ID: &lt;535FFFCC.8000203@uvic.ca&gt;<br>&gt; Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>&gt; <br>&gt; On 04/29/2014 12:20 PM, Chaman Chakalaka wrote:<br>&gt; &gt; I fixed the issue with udp being dropped at the system level by changing the linux core files but this time restarting the system, now I know they are missing somewhere between getting to the system and syslog-ng :(<br>&gt; &gt;<br>&gt; &gt; I'm lost once again...<br>&gt; &gt;<br>&gt; &gt; --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>&gt; trysource s_network_udp { udp(so_rcvbuf(33554432) log_fetch_limit(20000) log_iw_size(1000000) ); };<br>&gt; <br>&gt; <br>&gt; This assumes that you have a large net.core.rmem_max<br>&gt; <br>&gt; net.core.rmem_max = 52428800<br>&gt; <br>&gt; See how that goes.<br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&gt; syslog-ng maillist  -  syslog-ng@lists.balabit.hu<br>&gt; https://lists.balabit.hu/mailman/listinfo/syslog-ng<br>&gt; <br>&gt; <br>&gt; End of syslog-ng Digest, Vol 108, Issue 27<br>&gt; ******************************************<br></div>                                               </div></body>
</html>