<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Blocking messages because license is exceeded (Sidewinder Firewall) in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Blocking-messages-because-license-is-exceeded-Sidewinder/m-p/27943#M177780</link>
    <description>&lt;P&gt;The message below is the events coming through on our SideWinder Firewalls (debug messages). I am trying to filter out these messages by &lt;STRONG&gt;&lt;EM&gt;t_debug&lt;/EM&gt;&lt;/STRONG&gt; because they are in 100% of these messages. Does anyone have any suggestions or ideas of how to get these events blocked. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  Nov  8 08:26:07 web.com Nov  8 08:26:06 iwalld auditd: date="Nov  8 13:26:06 2012 UTC",fac=f_acld,area=a_server,type=t_debug,pri=p_minor,pid=2978,ruid=0,euid=0,pgid=2978,logid=0,cmd=acld,domain=Acld,edomain=Acld,hostname=web.com,information="+|acld|DEBUG|MINOR|ACLD|SERVER=DNS unable to resolve 57.220.179.124: Unknown resolver error"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Within my transforms.conf i created a stanza to send the data to null queue:&lt;/P&gt;

&lt;P&gt;[setnullSidewinderFirewall]&lt;BR /&gt;
REGEX= type=t_debug&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;Within my props.conf:&lt;/P&gt;

&lt;P&gt;[SidewinderFirewall]&lt;BR /&gt;
TRANSFORMS-null=setnullSidewinderFirewall&lt;/P&gt;

&lt;P&gt;Thank you guys&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 12:45:58 GMT</pubDate>
    <dc:creator>Michael_Schyma1</dc:creator>
    <dc:date>2020-09-28T12:45:58Z</dc:date>
    <item>
      <title>Blocking messages because license is exceeded (Sidewinder Firewall)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blocking-messages-because-license-is-exceeded-Sidewinder/m-p/27943#M177780</link>
      <description>&lt;P&gt;The message below is the events coming through on our SideWinder Firewalls (debug messages). I am trying to filter out these messages by &lt;STRONG&gt;&lt;EM&gt;t_debug&lt;/EM&gt;&lt;/STRONG&gt; because they are in 100% of these messages. Does anyone have any suggestions or ideas of how to get these events blocked. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  Nov  8 08:26:07 web.com Nov  8 08:26:06 iwalld auditd: date="Nov  8 13:26:06 2012 UTC",fac=f_acld,area=a_server,type=t_debug,pri=p_minor,pid=2978,ruid=0,euid=0,pgid=2978,logid=0,cmd=acld,domain=Acld,edomain=Acld,hostname=web.com,information="+|acld|DEBUG|MINOR|ACLD|SERVER=DNS unable to resolve 57.220.179.124: Unknown resolver error"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Within my transforms.conf i created a stanza to send the data to null queue:&lt;/P&gt;

&lt;P&gt;[setnullSidewinderFirewall]&lt;BR /&gt;
REGEX= type=t_debug&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;Within my props.conf:&lt;/P&gt;

&lt;P&gt;[SidewinderFirewall]&lt;BR /&gt;
TRANSFORMS-null=setnullSidewinderFirewall&lt;/P&gt;

&lt;P&gt;Thank you guys&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:45:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blocking-messages-because-license-is-exceeded-Sidewinder/m-p/27943#M177780</guid>
      <dc:creator>Michael_Schyma1</dc:creator>
      <dc:date>2020-09-28T12:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking messages because license is exceeded (Sidewinder Firewall)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blocking-messages-because-license-is-exceeded-Sidewinder/m-p/27944#M177781</link>
      <description>&lt;P&gt;The syntax looks basically correct, I'm wondering if the Regex isn't working correctly. &lt;/P&gt;

&lt;P&gt;What happens when you set REGEX = t.debug ?&lt;/P&gt;

&lt;P&gt;Also, I believe this requires a restart to take effect. &lt;/P&gt;

&lt;P&gt;Ref:&lt;BR /&gt;
&lt;CODE&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/Routeandfilterdatad#Filter_event_data_and_send_to_queues" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/Routeandfilterdatad#Filter_event_data_and_send_to_queues&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2012 15:00:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blocking-messages-because-license-is-exceeded-Sidewinder/m-p/27944#M177781</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2012-11-08T15:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking messages because license is exceeded (Sidewinder Firewall)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Blocking-messages-because-license-is-exceeded-Sidewinder/m-p/27945#M177782</link>
      <description>&lt;P&gt;I have restarted splunk, and when i make that correction or change to the regex, it still does not stop the events from coming through.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2012 16:05:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Blocking-messages-because-license-is-exceeded-Sidewinder/m-p/27945#M177782</guid>
      <dc:creator>Michael_Schyma1</dc:creator>
      <dc:date>2012-11-08T16:05:54Z</dc:date>
    </item>
  </channel>
</rss>

