<?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: problem filtering data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67528#M13599</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;now is working. I have changed &lt;/P&gt;

&lt;P&gt;[splunktcp://:22222]&lt;/P&gt;

&lt;P&gt;for &lt;/P&gt;

&lt;P&gt;[cisco_asa]&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2013 13:49:52 GMT</pubDate>
    <dc:creator>fahrenheit</dc:creator>
    <dc:date>2013-03-20T13:49:52Z</dc:date>
    <item>
      <title>problem filtering data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67522#M13593</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;

&lt;P&gt;I have a problem filtering data from UF.&lt;/P&gt;

&lt;P&gt;The scenario:&lt;/P&gt;

&lt;P&gt;UF --&amp;gt; Splunk indexer&lt;/P&gt;

&lt;P&gt;configuration in UF: &lt;/P&gt;

&lt;H2&gt;inputs.conf&lt;/H2&gt;

&lt;P&gt;[default]&lt;/P&gt;

&lt;P&gt;host = server1&lt;/P&gt;

&lt;P&gt;[monitor:///home/user/prueba/]&lt;/P&gt;

&lt;P&gt;disabled = false&lt;/P&gt;

&lt;P&gt;index = firewall&lt;/P&gt;

&lt;P&gt;sourcetype = cisco_asa&lt;/P&gt;

&lt;P&gt;queue = parsingQueue&lt;/P&gt;

&lt;HR /&gt;

&lt;H2&gt;outputs.conf&lt;/H2&gt;

&lt;P&gt;[tcpout]&lt;/P&gt;

&lt;P&gt;defaultGroup = splunk&lt;/P&gt;

&lt;P&gt;[tcpout:splunk]&lt;/P&gt;

&lt;P&gt;disabled = false&lt;/P&gt;

&lt;P&gt;server = 1.1.1.1:22222&lt;/P&gt;

&lt;P&gt;compressed = false&lt;/P&gt;

&lt;P&gt;[tcpout-server://1.1.1.1:22222]&lt;/P&gt;

&lt;HR /&gt;

&lt;H2&gt;Configuration in splunk indexer&lt;/H2&gt;

&lt;P&gt;/opt/splunk/etc/apps/Splunk_for_CiscoASA/local/props.conf&lt;/P&gt;

&lt;P&gt;[splunktcp://:22222]&lt;/P&gt;

&lt;P&gt;TRANSFORMS-set= setnull,setparsing&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;/opt/splunk/etc/apps/Splunk_for_CiscoASA/local/transforms.conf&lt;/P&gt;

&lt;P&gt;[setnull]&lt;/P&gt;

&lt;P&gt;REGEX = .&lt;/P&gt;

&lt;P&gt;DEST_KEY = queue&lt;/P&gt;

&lt;P&gt;FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;[setparsing]&lt;/P&gt;

&lt;P&gt;REGEX = (ASA-4-113019|ASA-5-713120)&lt;/P&gt;

&lt;P&gt;DEST_KEY = queue&lt;/P&gt;

&lt;P&gt;FORMAT = indexQueue&lt;/P&gt;

&lt;P&gt;I received all data and the data isn´t filtred&lt;/P&gt;

&lt;P&gt;can you help?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:33:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67522#M13593</guid>
      <dc:creator>fahrenheit</dc:creator>
      <dc:date>2020-09-28T13:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem filtering data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67523#M13594</link>
      <description>&lt;P&gt;I guess you did restart or ran "| extract reload=t" und Splunk Web respectively?&lt;/P&gt;

&lt;P&gt;You could also do the filtering at the UF.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2013 12:18:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67523#M13594</guid>
      <dc:creator>bjoernjensen</dc:creator>
      <dc:date>2013-03-20T12:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem filtering data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67524#M13595</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I just did some testing on this topic using the filtering at the UF.&lt;/P&gt;

&lt;P&gt;A short addition to what is discribed in the documentation (&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/Routeandfilterdatad#Filter_event_data_and_send_to_queues"&gt;link&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; I had to keep my entry in the &lt;CODE&gt;inputs.conf&lt;/CODE&gt;. For example:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;inputs.conf:&lt;BR /&gt;
[WinEventLog:Security]&lt;BR /&gt;
disabled = 0&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;props.conf:&lt;BR /&gt;
[WinEventLog:Security]&lt;BR /&gt;
TRANSFORMS-set= setnull,setparsing&lt;BR /&gt;
disabled = 0&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;transforms.conf:&lt;BR /&gt;
[setnull]&lt;BR /&gt;
REGEX = .&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = nullQueue&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[setparsing]&lt;BR /&gt;
REGEX = Protokoll:[\w]+17&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = indexQueue&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;After restarting the UF service I only got according filtered events. Of course searching  only back to that point in time where I restarted the UF-service.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2013 13:04:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67524#M13595</guid>
      <dc:creator>bjoernjensen</dc:creator>
      <dc:date>2013-03-20T13:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem filtering data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67525#M13596</link>
      <description>&lt;P&gt;yes, i have restard splunk web service.&lt;/P&gt;

&lt;P&gt;Can i filter in UF? i think that isn´t posible, only in heavy forwarder.&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2013 13:10:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67525#M13596</guid>
      <dc:creator>fahrenheit</dc:creator>
      <dc:date>2013-03-20T13:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem filtering data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67526#M13597</link>
      <description>&lt;P&gt;I have configured props.conf and transforms.conf in UF and i receive alls events. I have restarted the service in UF&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2013 13:24:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67526#M13597</guid>
      <dc:creator>fahrenheit</dc:creator>
      <dc:date>2013-03-20T13:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem filtering data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67527#M13598</link>
      <description>&lt;P&gt;if i send the logs from firewall to splunk the filter is ok, but if i send the logs by UF the filter not working&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2013 13:26:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67527#M13598</guid>
      <dc:creator>fahrenheit</dc:creator>
      <dc:date>2013-03-20T13:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem filtering data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67528#M13599</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;now is working. I have changed &lt;/P&gt;

&lt;P&gt;[splunktcp://:22222]&lt;/P&gt;

&lt;P&gt;for &lt;/P&gt;

&lt;P&gt;[cisco_asa]&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2013 13:49:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/problem-filtering-data/m-p/67528#M13599</guid>
      <dc:creator>fahrenheit</dc:creator>
      <dc:date>2013-03-20T13:49:52Z</dc:date>
    </item>
  </channel>
</rss>

