<?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 windows event filter in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/windows-event-filter/m-p/52363#M10068</link>
    <description>&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;In my transforms.conf I have this filter that does not work&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[dropevents]&lt;/P&gt;

&lt;P&gt;REGEX = (?msi)^host=server1.*^EventCode=4674&lt;/P&gt;

&lt;P&gt;DEST_KEY = queue&lt;/P&gt;

&lt;P&gt;FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;this does work but dropes events for all systems not just the one system&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[dropevents]&lt;/P&gt;

&lt;P&gt;REGEX = (?msi)^EventCode=4674&lt;/P&gt;

&lt;P&gt;DEST_KEY = queue&lt;/P&gt;

&lt;P&gt;FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;My props.conf looks like this&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[WinEventLog:Security] &lt;/P&gt;

&lt;P&gt;TRANSFORMS-set=dropevents&lt;/P&gt;</description>
    <pubDate>Tue, 15 May 2012 20:52:02 GMT</pubDate>
    <dc:creator>hartfoml</dc:creator>
    <dc:date>2012-05-15T20:52:02Z</dc:date>
    <item>
      <title>windows event filter</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/windows-event-filter/m-p/52363#M10068</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;In my transforms.conf I have this filter that does not work&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[dropevents]&lt;/P&gt;

&lt;P&gt;REGEX = (?msi)^host=server1.*^EventCode=4674&lt;/P&gt;

&lt;P&gt;DEST_KEY = queue&lt;/P&gt;

&lt;P&gt;FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;this does work but dropes events for all systems not just the one system&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[dropevents]&lt;/P&gt;

&lt;P&gt;REGEX = (?msi)^EventCode=4674&lt;/P&gt;

&lt;P&gt;DEST_KEY = queue&lt;/P&gt;

&lt;P&gt;FORMAT = nullQueue&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;My props.conf looks like this&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[WinEventLog:Security] &lt;/P&gt;

&lt;P&gt;TRANSFORMS-set=dropevents&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2012 20:52:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/windows-event-filter/m-p/52363#M10068</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2012-05-15T20:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: windows event filter</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/windows-event-filter/m-p/52364#M10069</link>
      <description>&lt;P&gt;I found that this works&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(?msi)^EventCode=4674.*^ComputerName=(system22|system23|system01).*^Keywords=Audit Success.*SeBackupPrivilege
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;thanks to this site &lt;CODE&gt;&lt;A href="http://gskinner.com/RegExr/" target="test_blank"&gt;http://gskinner.com/RegExr/&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;use this site to evaluate your regex for filters&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2012 22:01:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/windows-event-filter/m-p/52364#M10069</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2012-05-15T22:01:44Z</dc:date>
    </item>
  </channel>
</rss>

