<?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 Re: Using UDP 514 to get firewall syslog data, how do I edit props and transforms to filter out level=notice to nullQueue? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Using-UDP-514-to-get-firewall-syslog-data-how-do-I-edit-props/m-p/192457#M55341</link>
    <description>&lt;P&gt;where are you using these configs? indexer, universal forwarder or heavy forwarder?&lt;/P&gt;</description>
    <pubDate>Wed, 26 Aug 2015 16:44:35 GMT</pubDate>
    <dc:creator>diogofgm</dc:creator>
    <dc:date>2015-08-26T16:44:35Z</dc:date>
    <item>
      <title>Using UDP 514 to get firewall syslog data, how do I edit props and transforms to filter out level=notice to nullQueue?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-UDP-514-to-get-firewall-syslog-data-how-do-I-edit-props/m-p/192454#M55338</link>
      <description>&lt;P&gt;Example data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Aug 25 10:48:58 172.20.10.253 date=2015-08-25,time=10:48:56,devname=FG300B3909604960,devid=FG300B3909604960,logid=0000000013,type=traffic,subtype=forward,level=notice,vd=root,srcip=172.20.11.64,srcport=56560,srcintf="port1",dstip=207.46.59.27,dstport=50007,dstintf="port7",sessionid=5529335,status=deny,policyid=0,dstcountry="UnitedStates",srccountry="Reserved",trandisp=noop,service=50007/tcp,proto=6,duration=0,sentbyte=0,rcvdbyte=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I use add common line to props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::udp:514]
TRANSFORMS-asa= firewall
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and add transforms.conf too&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[firewall]
REGEX=(?m)^level=notice
DEST_KEY=queue
FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but it still does not work. pls help me thanks&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 03:03:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-UDP-514-to-get-firewall-syslog-data-how-do-I-edit-props/m-p/192454#M55338</guid>
      <dc:creator>mack078</dc:creator>
      <dc:date>2015-08-25T03:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using UDP 514 to get firewall syslog data, how do I edit props and transforms to filter out level=notice to nullQueue?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-UDP-514-to-get-firewall-syslog-data-how-do-I-edit-props/m-p/192455#M55339</link>
      <description>&lt;P&gt;the ^ in your regex means you're looking for level=notice at the beginning of the string. In your case you have timestamp. Remove the ^&lt;BR /&gt;
You can test you regex here: &lt;A href="https://regex101.com"&gt;https://regex101.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 03:39:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-UDP-514-to-get-firewall-syslog-data-how-do-I-edit-props/m-p/192455#M55339</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2015-08-25T03:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using UDP 514 to get firewall syslog data, how do I edit props and transforms to filter out level=notice to nullQueue?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-UDP-514-to-get-firewall-syslog-data-how-do-I-edit-props/m-p/192456#M55340</link>
      <description>&lt;P&gt;i try to delete ^ , and restart splunk service ,  but still not work ,  &lt;/P&gt;

&lt;P&gt;i use  UDP 514 get firewall log , typ syslog ,  any one can help me ?&lt;/P&gt;

&lt;P&gt;my source name  i user : 300D&lt;/P&gt;

&lt;P&gt;so how do i type in props.conf?&lt;BR /&gt;
[300d::udp:514] ? OR [300d:udp:514] ?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:36:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-UDP-514-to-get-firewall-syslog-data-how-do-I-edit-props/m-p/192456#M55340</guid>
      <dc:creator>mack078</dc:creator>
      <dc:date>2015-08-25T06:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using UDP 514 to get firewall syslog data, how do I edit props and transforms to filter out level=notice to nullQueue?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-UDP-514-to-get-firewall-syslog-data-how-do-I-edit-props/m-p/192457#M55341</link>
      <description>&lt;P&gt;where are you using these configs? indexer, universal forwarder or heavy forwarder?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 16:44:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-UDP-514-to-get-firewall-syslog-data-how-do-I-edit-props/m-p/192457#M55341</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2015-08-26T16:44:35Z</dc:date>
    </item>
  </channel>
</rss>

