<?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 Excluding a process from regmon on Windows in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93182#M19377</link>
    <description>&lt;P&gt;Is there a way to configure regmon-filters.conf such that it captures all Windows registry changes, EXCEPT for one or more processes? For example, capture everything except changes by splunkd.exe.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Oct 2013 17:14:38 GMT</pubDate>
    <dc:creator>kogane</dc:creator>
    <dc:date>2013-10-10T17:14:38Z</dc:date>
    <item>
      <title>Excluding a process from regmon on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93182#M19377</link>
      <description>&lt;P&gt;Is there a way to configure regmon-filters.conf such that it captures all Windows registry changes, EXCEPT for one or more processes? For example, capture everything except changes by splunkd.exe.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2013 17:14:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93182#M19377</guid>
      <dc:creator>kogane</dc:creator>
      <dc:date>2013-10-10T17:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a process from regmon on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93183#M19378</link>
      <description>&lt;P&gt;Yes.  See this document, and be sure to select the your Splunk version in the upper right.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.5/admin/Regmon-filtersconf"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.5/admin/Regmon-filtersconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Generally speaking, to exclude splunkd.exe you add a custom stanza at the global level and include a regular expression EXCEPT for splunkd.exe for the proc attribute.  The way the proc filter works to send everything that matches through, and it drops everything that does not match.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2013 18:59:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93183#M19378</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-10T18:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a process from regmon on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93184#M19379</link>
      <description>&lt;P&gt;this assumes you are using a version of splunk older than 6.0. if you're using 6.0, the same procedure applies, but all the changes should be made in a local copy of inputs.conf&lt;/P&gt;

&lt;P&gt;see &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Data/MonitorWindowsregistrydata#Filter_incoming_Registry_events"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/Data/MonitorWindowsregistrydata#Filter_incoming_Registry_events&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2013 19:03:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93184#M19379</guid>
      <dc:creator>piebob</dc:creator>
      <dc:date>2013-10-10T19:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a process from regmon on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93185#M19380</link>
      <description>&lt;P&gt;I've seen the docs. A negative regular expression does not seem to have any impact. Is it supposed to work?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2013 19:10:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93185#M19380</guid>
      <dc:creator>kogane</dc:creator>
      <dc:date>2013-10-10T19:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a process from regmon on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93186#M19381</link>
      <description>&lt;P&gt;What is your regex?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2013 19:13:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93186#M19381</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-10T19:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a process from regmon on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93187#M19382</link>
      <description>&lt;P&gt;I've gone through a few, but here's the latest one I got from someone at Splunk:&lt;/P&gt;

&lt;P&gt;proc = (.&lt;EM&gt;(?!\splunkd.exe).&lt;/EM&gt;)&lt;/P&gt;

&lt;P&gt;There are stars after the dots, but they aren't showing up in the comment.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2013 19:33:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93187#M19382</guid>
      <dc:creator>kogane</dc:creator>
      <dc:date>2013-10-10T19:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a process from regmon on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93188#M19383</link>
      <description>&lt;P&gt;proc = ^\(?!splunk\.exe).*$&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2013 19:45:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93188#M19383</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-10T19:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a process from regmon on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93189#M19384</link>
      <description>&lt;P&gt;no luck yet... opened a support case&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 17:15:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93189#M19384</guid>
      <dc:creator>kogane</dc:creator>
      <dc:date>2013-10-11T17:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a process from regmon on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93190#M19385</link>
      <description>&lt;P&gt;Splunk Support came up with a regex that works:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;proc = ^(?:(?!ExeNameGoesHere).)*$
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Oct 2013 20:36:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93190#M19385</guid>
      <dc:creator>kogane</dc:creator>
      <dc:date>2013-10-14T20:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a process from regmon on Windows</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93191#M19386</link>
      <description>&lt;P&gt;for context, please see the other Answer to this question.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2013 20:41:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excluding-a-process-from-regmon-on-Windows/m-p/93191#M19386</guid>
      <dc:creator>piebob</dc:creator>
      <dc:date>2013-10-14T20:41:39Z</dc:date>
    </item>
  </channel>
</rss>

