<?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 Registry Monitoring returning no events in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29178#M6816</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am trying to monitor the registry of remote forwarders.  I have the following in my regmon.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
disabled = 0
baseline = 0
#30 days
#baseline_interval = 2592000

# Monitor all registry keys under the HKEY_CURRENT_USER Registry hive for 
# "set," "create," "delete," and "rename" events created by all processes.
# Store the events in the "regmon" splunk index

[USBSTOR]
proc = .*
hive = \REGISTRY\MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR
type = set|create|delete|rename
index = default
baseline = 0
disabled = 0

[USB]
proc = .*
hive = \REGISTRY\MACHINE\SYSTEM\CurrentControlSet\Enum\USB
type = set|create|delete|rename
index = default
baseline = 0
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am trying to monitor when a USB device is plugged in.  I am using deployment server to deploy this as an app, I see it show up in deployment-client, &amp;amp; I see the keys showing in the reg input on the forwarder... I then walk to the device, plug in a USB flash drive, watch the registry change, but no events ever show up!&lt;/P&gt;

&lt;P&gt;Can anyone see anything I am doing wrong?&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;

&lt;P&gt;Kevin&lt;/P&gt;</description>
    <pubDate>Fri, 09 Nov 2012 16:28:20 GMT</pubDate>
    <dc:creator>kholleran</dc:creator>
    <dc:date>2012-11-09T16:28:20Z</dc:date>
    <item>
      <title>Registry Monitoring returning no events</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29178#M6816</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am trying to monitor the registry of remote forwarders.  I have the following in my regmon.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
disabled = 0
baseline = 0
#30 days
#baseline_interval = 2592000

# Monitor all registry keys under the HKEY_CURRENT_USER Registry hive for 
# "set," "create," "delete," and "rename" events created by all processes.
# Store the events in the "regmon" splunk index

[USBSTOR]
proc = .*
hive = \REGISTRY\MACHINE\SYSTEM\CurrentControlSet\Enum\USBSTOR
type = set|create|delete|rename
index = default
baseline = 0
disabled = 0

[USB]
proc = .*
hive = \REGISTRY\MACHINE\SYSTEM\CurrentControlSet\Enum\USB
type = set|create|delete|rename
index = default
baseline = 0
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am trying to monitor when a USB device is plugged in.  I am using deployment server to deploy this as an app, I see it show up in deployment-client, &amp;amp; I see the keys showing in the reg input on the forwarder... I then walk to the device, plug in a USB flash drive, watch the registry change, but no events ever show up!&lt;/P&gt;

&lt;P&gt;Can anyone see anything I am doing wrong?&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;

&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2012 16:28:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29178#M6816</guid>
      <dc:creator>kholleran</dc:creator>
      <dc:date>2012-11-09T16:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Registry Monitoring returning no events</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29179#M6817</link>
      <description>&lt;P&gt;I see the following in Splunkd.log:&lt;/P&gt;

&lt;P&gt;splunk-regmon - WinRegistryMonitor::configure: Failed to get configuration settings: 'Regex: PCRE does not support \L, \l, \N{name}, \U, or \u'&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2012 16:11:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29179#M6817</guid>
      <dc:creator>kholleran</dc:creator>
      <dc:date>2012-11-13T16:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Registry Monitoring returning no events</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29180#M6818</link>
      <description>&lt;P&gt;I am thinking I need to double-slash to escape.  Did this &amp;amp; now I have no errors, but made a change in the registry and nothing is coming across....&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2012 16:49:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29180#M6818</guid>
      <dc:creator>kholleran</dc:creator>
      <dc:date>2012-11-13T16:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Registry Monitoring returning no events</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29181#M6819</link>
      <description>&lt;P&gt;Has anyone done anything like this?  I want to alert when a new USB device is plugged in.... &lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 16:01:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29181#M6819</guid>
      <dc:creator>kholleran</dc:creator>
      <dc:date>2012-11-14T16:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Registry Monitoring returning no events</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29182#M6820</link>
      <description>&lt;P&gt;Someone help!!!!  I need to get this to work by tomorrow morning!!!  I cannot understand why this is not working!!!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 21:02:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29182#M6820</guid>
      <dc:creator>kholleran</dc:creator>
      <dc:date>2012-11-14T21:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Registry Monitoring returning no events</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29183#M6821</link>
      <description>&lt;P&gt;AHHHHH!!!!  Fixed... the index line was incorrect as that is not the index I want it going to so that was messing it up.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 23:15:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29183#M6821</guid>
      <dc:creator>kholleran</dc:creator>
      <dc:date>2012-11-14T23:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Registry Monitoring returning no events</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29184#M6822</link>
      <description>&lt;P&gt;I realize this post is old, but do you recall what the index line should read or reference to? Thanks in advance for any help.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2014 16:36:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Registry-Monitoring-returning-no-events/m-p/29184#M6822</guid>
      <dc:creator>r0otux</dc:creator>
      <dc:date>2014-11-06T16:36:19Z</dc:date>
    </item>
  </channel>
</rss>

