<?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 Filtering local input data - problem in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-local-input-data-problem/m-p/24477#M3860</link>
    <description>&lt;P&gt;I have been trying for 2-3 days to get windows event log data to be filtered, and specifically dump a certain event id.  After hours of attempts I decided to just get ALL event log data to dump to nullQueue and yet none of my attempts have been successful.&lt;/P&gt;

&lt;P&gt;I have read several threads on the splunk site on how to setup nullQueue forwarding, but I am missing something.  If anybody can shed light on this it will be appreciated.&lt;/P&gt;

&lt;P&gt;In my current config %SPLUNK%\etc\system\local&lt;/P&gt;

&lt;P&gt;In props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
TRANSFORMS-null = nullevent
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[nullevent]
REGEX = .
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have also tried in props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[wmi]
TRANSFORMS-null = nullevent

[source::WinEventlog:Security]
TRANSFORMS-null = nullevent
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;however my security events continue to come in.  This is a test only, once I am sure all events are being filtered I will seutp appropriate regex statements to filter out unnecessary data.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jan 2011 22:04:47 GMT</pubDate>
    <dc:creator>btester</dc:creator>
    <dc:date>2011-01-11T22:04:47Z</dc:date>
    <item>
      <title>Filtering local input data - problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-local-input-data-problem/m-p/24477#M3860</link>
      <description>&lt;P&gt;I have been trying for 2-3 days to get windows event log data to be filtered, and specifically dump a certain event id.  After hours of attempts I decided to just get ALL event log data to dump to nullQueue and yet none of my attempts have been successful.&lt;/P&gt;

&lt;P&gt;I have read several threads on the splunk site on how to setup nullQueue forwarding, but I am missing something.  If anybody can shed light on this it will be appreciated.&lt;/P&gt;

&lt;P&gt;In my current config %SPLUNK%\etc\system\local&lt;/P&gt;

&lt;P&gt;In props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
TRANSFORMS-null = nullevent
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[nullevent]
REGEX = .
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have also tried in props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[wmi]
TRANSFORMS-null = nullevent

[source::WinEventlog:Security]
TRANSFORMS-null = nullevent
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;however my security events continue to come in.  This is a test only, once I am sure all events are being filtered I will seutp appropriate regex statements to filter out unnecessary data.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2011 22:04:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-local-input-data-problem/m-p/24477#M3860</guid>
      <dc:creator>btester</dc:creator>
      <dc:date>2011-01-11T22:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering local input data - problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-local-input-data-problem/m-p/24478#M3861</link>
      <description>&lt;P&gt;did you try to add (?m) in front of your regex and restart splunk services?
Example:
In props.conf: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Security]
TRANSFORMS-null = nullevent
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[nullevent]
REGEX = (?m)^EventCode=(592|593)
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Jan 2011 23:21:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-local-input-data-problem/m-p/24478#M3861</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2011-01-11T23:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering local input data - problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-local-input-data-problem/m-p/24479#M3862</link>
      <description>&lt;P&gt;Despite what's mentioned in the documentation, I think you need REGEX = (.). I had a similar problem in a different scenarion and it seems that transforms only work if they have a matching group.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2011 18:35:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-local-input-data-problem/m-p/24479#M3862</guid>
      <dc:creator>wollinet</dc:creator>
      <dc:date>2011-04-06T18:35:44Z</dc:date>
    </item>
  </channel>
</rss>

