<div dir="ltr">On Thu, Aug 28, 2008 at 8:17 AM, G R <span dir="ltr">&lt;<a href="mailto:ng.syslogng@gmail.com">ng.syslogng@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">Hi!<br><br>I&#39;m trying to filter some logs that have no program field.<br>kind of &quot;logger -t &#39;&#39; &quot; logs.<br><br>I&#39;ve try to use <br>program(&quot;&quot;); <br>or <br>program(NULL);<br>

as filter but none of them works.<br><br>How can I filter this empty program field logs ?<br></div></blockquote><div><br>I would look for some other attributes of the messages. If you can&#39;t add the program field, and nothing else about the messages are unique, you might be in trouble.<br>
<br>As a last resort I&#39;ve made particular hosts or types of devices (UNIX vs. network devices) send to different ports or IPs on the syslog box, then my source has an entirely different subset of messages. Perhaps that is an option.<br>
</div></div></div>