<?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 How to edit my WinRegMon configuration to filter out certain Windows registry events? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-WinRegMon-configuration-to-filter-out-certain/m-p/266943#M51130</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;

&lt;P&gt;I need some help filtering Windows registry events in Splunk.  Here is my inputs.conf file&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinRegMon://default]
disabled = 0
hive = .*
proc = .(?!symantec|google)([a-z0-9*]+)$
type = rename|set|delete|create
index = windows
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;As you can see in proc, I am trying to remove all entries which have the word sDymantec and google, but I have had no success.&lt;/P&gt;

&lt;P&gt;Could anyone provide a way they are doing this or a suggestion?&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2016 16:53:29 GMT</pubDate>
    <dc:creator>lelandtheg</dc:creator>
    <dc:date>2016-07-20T16:53:29Z</dc:date>
    <item>
      <title>How to edit my WinRegMon configuration to filter out certain Windows registry events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-WinRegMon-configuration-to-filter-out-certain/m-p/266943#M51130</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;

&lt;P&gt;I need some help filtering Windows registry events in Splunk.  Here is my inputs.conf file&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinRegMon://default]
disabled = 0
hive = .*
proc = .(?!symantec|google)([a-z0-9*]+)$
type = rename|set|delete|create
index = windows
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;As you can see in proc, I am trying to remove all entries which have the word sDymantec and google, but I have had no success.&lt;/P&gt;

&lt;P&gt;Could anyone provide a way they are doing this or a suggestion?&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 16:53:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-WinRegMon-configuration-to-filter-out-certain/m-p/266943#M51130</guid>
      <dc:creator>lelandtheg</dc:creator>
      <dc:date>2016-07-20T16:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my WinRegMon configuration to filter out certain Windows registry events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-WinRegMon-configuration-to-filter-out-certain/m-p/266944#M51131</link>
      <description>&lt;P&gt;needed to do the same today.  this seems to work for me.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;proc = ^((?!(reg.exe|powershell_ise.exe)).)*$
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 03 Feb 2017 01:36:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-WinRegMon-configuration-to-filter-out-certain/m-p/266944#M51131</guid>
      <dc:creator>dstaulcu</dc:creator>
      <dc:date>2017-02-03T01:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my WinRegMon configuration to filter out certain Windows registry events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-WinRegMon-configuration-to-filter-out-certain/m-p/680854#M113752</link>
      <description>&lt;P&gt;I've been working on an issue where I need to be able to filter out a registry entry as well, but this solution doesn't get me there.&amp;nbsp; &amp;nbsp;I need to filter out the languagelist entry, just can't get the regex to work. Anyone else have success filtering reg entries?&lt;BR /&gt;&lt;BR /&gt;I need to filter out this entry.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;HKU\.default\software\classes\local settings\muicache\2c4\52c64b7e\languagelist&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 15 Mar 2024 17:40:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-my-WinRegMon-configuration-to-filter-out-certain/m-p/680854#M113752</guid>
      <dc:creator>mikefg</dc:creator>
      <dc:date>2024-03-15T17:40:52Z</dc:date>
    </item>
  </channel>
</rss>

