<?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 WMI Filter event log security Category string in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84951#M17682</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Running a trial of splunk 4.2 on windows 2008, attempting to filter before entering the index queue. Objective to "account management" security events and drop all other events.&lt;/P&gt;

&lt;P&gt;The only data to enter index is &lt;BR /&gt;&lt;BR /&gt;
source="WMI:WinEventLog:Security" CategoryString="Account Management"&lt;/P&gt;

&lt;P&gt;I have created props.conf and transforms.conf in C:\Program Files\Splunk\etc\system\local tried a few different combinations, but so far no progress.&lt;/P&gt;

&lt;P&gt;&lt;B&gt;props.conf&lt;/B&gt;  &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;[WinEventLog:Security]&lt;BR /&gt;&lt;BR /&gt;
TRANSFORMS-evtlog = wmi-filter,wmi-null`&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&lt;B&gt;transforms.conf&lt;/B&gt;  &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;[wmi-null]&lt;BR /&gt;&lt;BR /&gt;
REGEX = .&lt;BR /&gt;&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;&lt;BR /&gt;
FORMAT = nullQueue  &lt;/P&gt;

&lt;P&gt;[wmi-filter]&lt;BR /&gt;&lt;BR /&gt;
REGEX=(?msi)^(CategoryString=Account Management)&lt;BR /&gt;&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;&lt;BR /&gt;
FORMAT = indexQueue  &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;welcome some guidance, thanks&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2011 05:01:40 GMT</pubDate>
    <dc:creator>android_74</dc:creator>
    <dc:date>2011-04-20T05:01:40Z</dc:date>
    <item>
      <title>WMI Filter event log security Category string</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84951#M17682</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Running a trial of splunk 4.2 on windows 2008, attempting to filter before entering the index queue. Objective to "account management" security events and drop all other events.&lt;/P&gt;

&lt;P&gt;The only data to enter index is &lt;BR /&gt;&lt;BR /&gt;
source="WMI:WinEventLog:Security" CategoryString="Account Management"&lt;/P&gt;

&lt;P&gt;I have created props.conf and transforms.conf in C:\Program Files\Splunk\etc\system\local tried a few different combinations, but so far no progress.&lt;/P&gt;

&lt;P&gt;&lt;B&gt;props.conf&lt;/B&gt;  &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;[WinEventLog:Security]&lt;BR /&gt;&lt;BR /&gt;
TRANSFORMS-evtlog = wmi-filter,wmi-null`&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&lt;B&gt;transforms.conf&lt;/B&gt;  &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;[wmi-null]&lt;BR /&gt;&lt;BR /&gt;
REGEX = .&lt;BR /&gt;&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;&lt;BR /&gt;
FORMAT = nullQueue  &lt;/P&gt;

&lt;P&gt;[wmi-filter]&lt;BR /&gt;&lt;BR /&gt;
REGEX=(?msi)^(CategoryString=Account Management)&lt;BR /&gt;&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;&lt;BR /&gt;
FORMAT = indexQueue  &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;welcome some guidance, thanks&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2011 05:01:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84951#M17682</guid>
      <dc:creator>android_74</dc:creator>
      <dc:date>2011-04-20T05:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: WMI Filter event log security Category string</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84952#M17683</link>
      <description>&lt;P&gt;Android,&lt;/P&gt;

&lt;P&gt;The issue could be with props.conf above.  If your data is being indexed as WMI:WinEventLog:Security, your &lt;CODE&gt;&amp;lt;spec&amp;gt;&lt;/CODE&gt; stanza within props.conf should reflect:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;## props.conf
[WMI:WinEventLog:Security]
TRANSFORMS-evtlog = wmi-null,wmi-filter
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;UPDATE:  For TRANSFORMS you want to place your catch all as the first property to run.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2011 21:10:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84952#M17683</guid>
      <dc:creator>hazekamp</dc:creator>
      <dc:date>2011-04-20T21:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: WMI Filter event log security Category string</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84953#M17684</link>
      <description>&lt;P&gt;unfortunately this change has still has not had the desired outcome, all of the eventlog is till coming thru. Thanks for your assistance.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2011 01:38:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84953#M17684</guid>
      <dc:creator>android_74</dc:creator>
      <dc:date>2011-04-21T01:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: WMI Filter event log security Category string</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84954#M17685</link>
      <description>&lt;P&gt;trying out&lt;/P&gt;

&lt;P&gt;[source::(?-i)WMI:WinEventLog:Security]&lt;BR /&gt;&lt;BR /&gt;
TRANSFORMS-evtlog = wmi-filter,wmi-null&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2011 01:56:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84954#M17685</guid>
      <dc:creator>android_74</dc:creator>
      <dc:date>2011-04-21T01:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: WMI Filter event log security Category string</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84955#M17686</link>
      <description>&lt;P&gt;okay... just tried:&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;[WMI:WinEventLog:Security]&lt;BR /&gt;&lt;BR /&gt;
TRANSFORMS-evtlog = wmi-null,wmi-filter  &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;and it is working!.. which is very confusing. I did swap the tranforms around, but still.&lt;/P&gt;

&lt;P&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2011 05:36:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84955#M17686</guid>
      <dc:creator>android_74</dc:creator>
      <dc:date>2011-04-21T05:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: WMI Filter event log security Category string</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84956#M17687</link>
      <description>&lt;P&gt;If it helps, this is pretty much my final for auditing changes to active directory&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;H2&gt;props.conf&lt;/H2&gt;

&lt;P&gt;[WMI:WinEventLog:Security]&lt;BR /&gt;&lt;BR /&gt;
TRANSFORMS-evtlog = wmi-null,wmi-filter,wmi-filter28user,wmi-filter28SecGrp,wmi-filter28DlGrp  &lt;/P&gt;

&lt;H2&gt;transforms.conf&lt;/H2&gt;

&lt;P&gt;[wmi-null]&lt;BR /&gt;&lt;BR /&gt;
REGEX = .&lt;BR /&gt;&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;&lt;BR /&gt;
FORMAT = nullQueue&lt;BR /&gt;&lt;BR /&gt;
[wmi-filter]&lt;BR /&gt;&lt;BR /&gt;
REGEX=(?msi)^(CategoryString=Account Management)&lt;BR /&gt;&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;&lt;BR /&gt;
FORMAT = indexQueue&lt;BR /&gt;&lt;BR /&gt;
[wmi-filter28user]&lt;BR /&gt;&lt;BR /&gt;
REGEX=(?msi)^(CategoryString=User Account Management)&lt;BR /&gt;&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;&lt;BR /&gt;
FORMAT = indexQueue&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:30:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84956#M17687</guid>
      <dc:creator>android_74</dc:creator>
      <dc:date>2020-09-28T09:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: WMI Filter event log security Category string</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84957#M17688</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;[wmi-filter28SecGrp]&lt;BR /&gt;&lt;BR /&gt;
REGEX=(?msi)^(CategoryString=Security Group Management)&lt;BR /&gt;&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;&lt;BR /&gt;
FORMAT = indexQueue  &lt;/P&gt;

&lt;P&gt;[wmi-filter28DlGrp]&lt;BR /&gt;&lt;BR /&gt;
REGEX=(?msi)^(CategoryString=Distribution Group Management)&lt;BR /&gt;&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;&lt;BR /&gt;
FORMAT = indexQueue&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 27 Apr 2011 00:38:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-Filter-event-log-security-Category-string/m-p/84957#M17688</guid>
      <dc:creator>android_74</dc:creator>
      <dc:date>2011-04-27T00:38:35Z</dc:date>
    </item>
  </channel>
</rss>

