<?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 Can I use != in blacklist? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-in-blacklist/m-p/305403#M57626</link>
    <description>&lt;P&gt;I only want to see cmd.exe and blacklist everything else for EventCode 4688.&lt;/P&gt;

&lt;P&gt;blacklist = EventCode="4688" Message="(?:New Process Name:).+(?:cmd.exe)"  will remove cmd.exe but 'Message!=' doesn't do the opposite.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2017 19:15:42 GMT</pubDate>
    <dc:creator>benbabich</dc:creator>
    <dc:date>2017-10-12T19:15:42Z</dc:date>
    <item>
      <title>Can I use != in blacklist?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-in-blacklist/m-p/305403#M57626</link>
      <description>&lt;P&gt;I only want to see cmd.exe and blacklist everything else for EventCode 4688.&lt;/P&gt;

&lt;P&gt;blacklist = EventCode="4688" Message="(?:New Process Name:).+(?:cmd.exe)"  will remove cmd.exe but 'Message!=' doesn't do the opposite.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 19:15:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-in-blacklist/m-p/305403#M57626</guid>
      <dc:creator>benbabich</dc:creator>
      <dc:date>2017-10-12T19:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use != in blacklist?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-in-blacklist/m-p/305404#M57627</link>
      <description>&lt;P&gt;Perhaps a whitelist?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;whitelist = EventCode="4688" Message="(?:New Process Name:).+(?:cmd.exe)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Oct 2017 20:48:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-in-blacklist/m-p/305404#M57627</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-10-12T20:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use != in blacklist?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-in-blacklist/m-p/305405#M57628</link>
      <description>&lt;P&gt;That does work but I have some inherited blacklists that would have made it easier (for other reasons not shown in the example) to do it in blacklist.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 13:18:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-in-blacklist/m-p/305405#M57628</guid>
      <dc:creator>benbabich</dc:creator>
      <dc:date>2017-10-13T13:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use != in blacklist?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-in-blacklist/m-p/305406#M57629</link>
      <description>&lt;P&gt;I was really trying to do it in Blacklist due to some convoluted but prebuilt blacklists I inherited but I think I'll just have to build it out properly in the whitelist. It really is the best way to do it.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 13:57:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-use-in-blacklist/m-p/305406#M57629</guid>
      <dc:creator>benbabich</dc:creator>
      <dc:date>2017-10-13T13:57:28Z</dc:date>
    </item>
  </channel>
</rss>

