<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
Hello!<br>
<br>
I just took a quick look on the config and on the internal logs. Couldn't be that "f_discreg" is not included in a log path?<br>
<br>
Another thing that could be is parsing: your "s_net" source will try to parse incoming messages as either BSD or Syslog format.<br>
If you've just tested the filter by sending in the message "default send string", then syslog-ng will parse it, which results that MSG macro will not contain "default send string".</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
With trace level logging you can debug how does the message being parsed (-t command line option), and to<span style="color: rgb(0, 0, 0); font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 11pt;"> disable parsing on the source side use the flags("no-parse")
 option.<br>
<br>
See an example:<br>
[2020-12-03T09:14:51.016256] Incoming log entry; line='default send string'
<div>[2020-12-03T09:14:51.016290] Initial message parsing follows;</div>
<div>[2020-12-03T09:14:51.016322] Setting value; name='PROGRAM', value='default', msg='0x7f24a8005f30'</div>
<div>[2020-12-03T09:14:51.016334] Setting value; name='LEGACY_MSGHDR', value='default ', msg='0x7f24a8005f30'</div>
<div>[2020-12-03T09:14:51.016341] Setting value; name='MESSAGE', value='send string', msg='0x7f24a8005f30'</div>
<br>
<br>
</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 11pt; color: rgb(0, 0, 0);">
<br>
Regards,<br>
Gabor</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Saqib M <saqib.m@cummins.com><br>
<b>Sent:</b> Thursday, December 3, 2020 1:48<br>
<b>To:</b> syslog-ng@lists.balabit.hu <syslog-ng@lists.balabit.hu><br>
<b>Subject:</b> [syslog-ng] Filter matching not working</font>
<div> </div>
</div>
<style>
<!--
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
p.x_MsoNormal, li.x_MsoNormal, div.x_MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}
a:link, span.x_MsoHyperlink
        {color:#0563C1;
        text-decoration:underline}
a:visited, span.x_MsoHyperlinkFollowed
        {color:#954F72;
        text-decoration:underline}
p.x_msonormal0, li.x_msonormal0, div.x_msonormal0
        {margin-right:0in;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}
span.x_EmailStyle18
        {font-family:"Calibri",sans-serif;
        color:windowtext}
span.x_EmailStyle19
        {font-family:"Calibri",sans-serif;
        color:windowtext}
.x_MsoChpDefault
        {font-size:10.0pt}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
div.x_WordSection1
        {}
-->
</style>
<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div style="background-color:#FFEB9C; width:100%; border-style:solid; border-color:#9C6500; border-width:1pt; padding:2pt; font-size:10pt; line-height:12pt; font-family:'Calibri'; color:Black; text-align:left">
<span style="color:#9C6500; font-weight:bold">CAUTION:</span> This email originated from outside of the organization. Do not follow guidance, click links, or open attachments unless you recognize the sender and know the content is safe.</div>
<br>
<div>
<div class="x_WordSection1">
<p class="x_MsoNormal">Greetings –</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">I have been trying to create a very basic filter that looks up a string in the incoming log. However, it would not match any filter and would go to the default filter. I have tried both match() and message(), neither worked for me. Please
 let me know if you think I am missing something.</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal"><b>Following are the chunks from the syslog-ng.conf</b></p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">source s_net {</p>
<p class="x_MsoNormal"># All syslog traffic on port 514 - this is direct from network devices.</p>
<p class="x_MsoNormal">        udp(port (514));</p>
<p class="x_MsoNormal">        network(transport("tcp") max-connections(20000) log_iw_size(100000000) ); # tags("fortigate", "cisco", "default") );</p>
<p class="x_MsoNormal">};</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">filter f_discreg { message("default send string")  };</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">log { source(s_net); filter(f_dlptracker); destination(d_dlptracker); flags(final); };</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal"><b>Here is the log from the test I ran.</b></p>
<p class="x_MsoNormal"><b> </b></p>
<p class="x_MsoNormal">[2020-12-02T22:00:36+0000] Incoming log entry; source='s_net#0', line='default send string'</p>
<p class="x_MsoNormal">[2020-12-02T22:00:46+0000] Filter node evaluation result; filter_result='not-match', filter_type='OR'</p>
<p class="x_MsoNormal">[2020-12-02T22:00:46+0000] Filter rule evaluation result; filter_result='not-match', filter_rule='f_tanium'</p>
<p class="x_MsoNormal">[2020-12-02T22:00:46+0000] Filter rule evaluation begins; filter_rule='f_palo_alto'</p>
<p class="x_MsoNormal">[2020-12-02T22:00:46+0000] Filter node evaluation result; filter_result='not-match'</p>
<p class="x_MsoNormal">[2020-12-02T22:00:46+0000] Filter node evaluation result; filter_result='not-match'</p>
<p class="x_MsoNormal">[2020-12-02T22:00:46+0000] Filter node evaluation result; filter_result='not-match'</p>
<p class="x_MsoNormal">[2020-12-02T22:00:46+0000] Filter node evaluation result; filter_result='not-match', filter_type='OR'</p>
<p class="x_MsoNormal">[2020-12-02T22:00:46+0000] Filter node evaluation result; filter_result='not-match', filter_type='OR'</p>
<p class="x_MsoNormal">[2020-12-02T22:00:46+0000] Filter rule evaluation result; filter_result='not-match', filter_rule='f_palo_alto'</p>
<p class="x_MsoNormal">[2020-12-02T22:00:46+0000] Filter rule evaluation begins; filter_rule='f_dlptracker'</p>
<p class="x_MsoNormal">[2020-12-02T22:00:46+0000] Filter node evaluation result; filter_result='not-match'</p>
<p class="x_MsoNormal">[2020-12-02T22:00:46+0000] Filter rule evaluation result; filter_result='not-match', filter_rule='f_dlptracker'</p>
<p class="x_MsoNormal">[2020-12-02T22:00:46+0000] Outgoing message; destination='d_fallback#0', message='2020-12-02T22:00:46+00:00 172.17.236.3 default send string\x0a'</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal"><span style="font-size:10.0pt">Regards,</span></p>
<p class="x_MsoNormal"><span style="font-size:10.0pt"> </span></p>
<p class="x_MsoNormal"><span style="font-size:10.0pt">Saqib M</span></p>
<p class="x_MsoNormal"><i><span style="font-size:10.0pt">Cybersecurity Co-op</span></i></p>
<p class="x_MsoNormal"><span style="font-size:10.0pt">Global Cybersecurity Technologies</span></p>
<p class="x_MsoNormal"><span style="font-size:10.0pt">Email: <a href="mailto:saqib.m@cummins.com">
saqib.m@cummins.com</a></span></p>
<p class="x_MsoNormal"><span style="font-size:10.0pt">Cummins Inc.</span></p>
<p class="x_MsoNormal"> </p>
</div>
</div>
</div>
</body>
</html>