<?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: Filtering out Platform Filtering, null/nullq, and pulling WMI from entire subnets? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90602#M18810</link>
    <description>&lt;P&gt;You should specify the source exactly. &lt;BR /&gt;
source::WMI:WinEventLog:Security&lt;BR /&gt;
Use a different transform in props.conf like&lt;BR /&gt;
TRANSFORMS-nullq5156 = dropEvent5156&lt;BR /&gt;
The regex for that is&lt;BR /&gt;
REGEX = (?msi)^EventCode=5156\D&lt;BR /&gt;
WMI logs are pulled pretty much as they are generated.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2013 17:51:25 GMT</pubDate>
    <dc:creator>lukejadamec</dc:creator>
    <dc:date>2013-10-09T17:51:25Z</dc:date>
    <item>
      <title>Filtering out Platform Filtering, null/nullq, and pulling WMI from entire subnets?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90597#M18805</link>
      <description>&lt;P&gt;We are attempting to filter out events that we do not wish to index.&lt;/P&gt;

&lt;P&gt;In props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::WinEventLog:Security]
TRANSFORMS-nullq=DropFilteringPlatform
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [DropFilteringPlatform]
    REGEX=(?msi)^TaskCategory=Filtering\\sPlatform
    DEST_KEY=queue
    FORMAT=nullqueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My first question is, does that look like it would filter out the Windows Platform Filtering events?&lt;/P&gt;

&lt;P&gt;The second question, though probably stupid is, what is the difference between null and nullq in the props.conf?  I'm also curious about the queue, nullqueue, and null in transforms.conf, is there a document that explains any of that?&lt;/P&gt;

&lt;P&gt;The last question is, I want to pull in WMI data from any terminals that come on a specific subnet.  When adding in the data to search for with WMI, is there a way to make it pull from an entire subnet?&lt;/P&gt;

&lt;P&gt;Thanks in advance for any help.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2013 15:54:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90597#M18805</guid>
      <dc:creator>ejdavis</dc:creator>
      <dc:date>2013-10-09T15:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out Platform Filtering, null/nullq, and pulling WMI from entire subnets?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90598#M18806</link>
      <description>&lt;P&gt;1) I'm not familiar with &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TaskCategory=Filtering\\sPlatform
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But it looks good if the string matches the actuall string.  You can test it in a search string with regex.&lt;/P&gt;

&lt;P&gt;2) nullq is a tag you create for yourself to identify the TRANSFORM, whereas nullQueue is a destination defined inside Splunk to send the data 'no where'.&lt;/P&gt;

&lt;P&gt;3) When you specify a subnet (10.1.1.0/24) it does not throw an error, but it also does not collect data, so No.  You cannot collect WMI data by subnet.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2013 16:02:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90598#M18806</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-09T16:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out Platform Filtering, null/nullq, and pulling WMI from entire subnets?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90599#M18807</link>
      <description>&lt;P&gt;Thank you for the quick response, makes more sense now.&lt;/P&gt;

&lt;P&gt;As for my last question, just as an example.  Lets say I install Splunk at a remote location and I want it to pull data from a local subnet.  Lets just say 10.0.0.1 - 10.0.0.255, that way if a host was added or removed it would pick it up automatically, hopefully.&lt;/P&gt;

&lt;P&gt;How would I input that?  At the screen to add new Event Logs via WMI/remote hosts you enter one IP to pull logs from, and then you have a field to "Collect the same set of logs from additional hosts".&lt;/P&gt;

&lt;P&gt;I tried entering 10.0.0.* and&lt;BR /&gt;
10.0.0.1-10.0.0.255&lt;/P&gt;

&lt;P&gt;Neither worked&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2013 17:19:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90599#M18807</guid>
      <dc:creator>ejdavis</dc:creator>
      <dc:date>2013-10-09T17:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out Platform Filtering, null/nullq, and pulling WMI from entire subnets?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90600#M18808</link>
      <description>&lt;P&gt;Some areas of splunk allow you to specify subnets in CIDR notation, but I tried that here and it did not work for me.  This field apparently requires a comma separated list.  An easy way to create a list would be to use Excel - enter the first 3 then just drag the rest, then save as a csv.  Drag it on a row instead of a column to get them all on one line.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2013 17:25:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90600#M18808</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-09T17:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out Platform Filtering, null/nullq, and pulling WMI from entire subnets?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90601#M18809</link>
      <description>&lt;P&gt;Thanks again for the quick responses.  I figured I may just end up having to do something similar to that.&lt;/P&gt;

&lt;P&gt;Back to the filtering portion, I am trying to get rid of Event Code 5156 coming from the remote hosts via WMI.&lt;/P&gt;

&lt;P&gt;In Splunk itself the source is listed as "WMI:WinEventLog:Security", does it need to be listed exactly that way in props.conf or does "[Source::WinEventLog:Security" still cover it?&lt;/P&gt;

&lt;P&gt;I don't mean to badger with questions, but how often does Splunk pull the logs via WMI?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2013 17:43:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90601#M18809</guid>
      <dc:creator>ejdavis</dc:creator>
      <dc:date>2013-10-09T17:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out Platform Filtering, null/nullq, and pulling WMI from entire subnets?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90602#M18810</link>
      <description>&lt;P&gt;You should specify the source exactly. &lt;BR /&gt;
source::WMI:WinEventLog:Security&lt;BR /&gt;
Use a different transform in props.conf like&lt;BR /&gt;
TRANSFORMS-nullq5156 = dropEvent5156&lt;BR /&gt;
The regex for that is&lt;BR /&gt;
REGEX = (?msi)^EventCode=5156\D&lt;BR /&gt;
WMI logs are pulled pretty much as they are generated.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2013 17:51:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90602#M18810</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-09T17:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out Platform Filtering, null/nullq, and pulling WMI from entire subnets?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90603#M18811</link>
      <description>&lt;P&gt;You really should create new questions because it helps keep things organized for searching.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2013 17:52:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-out-Platform-Filtering-null-nullq-and-pulling-WMI-from/m-p/90603#M18811</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-09T17:52:16Z</dc:date>
    </item>
  </channel>
</rss>

