<?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 Re: Monitor Registry and Forward Data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-Registry-and-Forward-Data/m-p/66617#M13392</link>
    <description>&lt;P&gt;As you have seen, baselining will re-scan the entire hive, and only runs once unless Splunk has been offline for some period of time (by default, 1 day). Regular regular registry monitoring only looks for changes.&lt;/P&gt;

&lt;P&gt;Consider one of the following:

&lt;LI&gt;Use WMI to query the key(s) you are interested in (&lt;A href="http://msdn.microsoft.com/en-us/library/aa394600(VS.85).aspx" rel="nofollow"&gt;WMI Examples&lt;/A&gt;).&lt;/LI&gt;&lt;/P&gt;

&lt;P&gt;&lt;LI&gt;Create a scripted input that queries the registry and outputs the results.&lt;/LI&gt;&lt;/P&gt;

&lt;P&gt;&lt;LI&gt;Create a scheduled task in Windows to dump the registry keys to a &lt;CODE&gt;.reg&lt;/CODE&gt; file on a schedule, and have Splunk index that file.&lt;/LI&gt;&lt;/P&gt;

&lt;P&gt;&lt;LI&gt;Use a scheduled search in Splunk to populate a lookup table with the current registry state (not recommended).&lt;/LI&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Oct 2010 08:07:43 GMT</pubDate>
    <dc:creator>southeringtonp</dc:creator>
    <dc:date>2010-10-08T08:07:43Z</dc:date>
    <item>
      <title>Monitor Registry and Forward Data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-Registry-and-Forward-Data/m-p/66616#M13391</link>
      <description>&lt;P&gt;Past two day I have been working on modifying a Splunk forwarder configuration to monitor a certain registries. After playing around with the sysmon.conf,regmon-filters.conf, and inputs.conf files, I have finally created something that works to a certain degree.&lt;/P&gt;

&lt;P&gt;When I make changes to a Registry key value located in the hive targeted by the regmon-filters.conf file, Splunk forwards that change to the reciever server. My problem is that I want Splunk to index the registries in the specified hive without the registries having to be modified. I need Splunk to index a certain registry each interval even if the registy value has not changed.&lt;/P&gt;

&lt;P&gt;Currently my regmon-filters.conf looks something like this:&lt;/P&gt;

&lt;P&gt;[Test Registries Monitor]&lt;/P&gt;

&lt;P&gt;proc = .*&lt;/P&gt;

&lt;P&gt;hive = \\REGISTRY\\USER\\\.DEFAULT\\Console\\.*&lt;/P&gt;

&lt;P&gt;type = set|create|delete|rename|query&lt;/P&gt;

&lt;P&gt;baseline = 0&lt;/P&gt;

&lt;P&gt;I believe I have use all the available 'type's and all of them require some kind of modification of the registry. I haven't seen anything in the documentation but can I remove type and just have this registry monitored every interval no matter what?&lt;/P&gt;

&lt;P&gt;Also when I set the baseline to true, Splunk indexes all registries in the \REGISTRY\USER\.* hive and not the targeted location. But when I modify a registry, it only indexes keys that are in the entire target location. Why is that?&lt;/P&gt;

&lt;P&gt;I really hope someone could help me out with this. This entire process has been really frustrating.
Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2010 02:22:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-Registry-and-Forward-Data/m-p/66616#M13391</guid>
      <dc:creator>gallantalex</dc:creator>
      <dc:date>2010-10-08T02:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor Registry and Forward Data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-Registry-and-Forward-Data/m-p/66617#M13392</link>
      <description>&lt;P&gt;As you have seen, baselining will re-scan the entire hive, and only runs once unless Splunk has been offline for some period of time (by default, 1 day). Regular regular registry monitoring only looks for changes.&lt;/P&gt;

&lt;P&gt;Consider one of the following:

&lt;LI&gt;Use WMI to query the key(s) you are interested in (&lt;A href="http://msdn.microsoft.com/en-us/library/aa394600(VS.85).aspx" rel="nofollow"&gt;WMI Examples&lt;/A&gt;).&lt;/LI&gt;&lt;/P&gt;

&lt;P&gt;&lt;LI&gt;Create a scripted input that queries the registry and outputs the results.&lt;/LI&gt;&lt;/P&gt;

&lt;P&gt;&lt;LI&gt;Create a scheduled task in Windows to dump the registry keys to a &lt;CODE&gt;.reg&lt;/CODE&gt; file on a schedule, and have Splunk index that file.&lt;/LI&gt;&lt;/P&gt;

&lt;P&gt;&lt;LI&gt;Use a scheduled search in Splunk to populate a lookup table with the current registry state (not recommended).&lt;/LI&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2010 08:07:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-Registry-and-Forward-Data/m-p/66617#M13392</guid>
      <dc:creator>southeringtonp</dc:creator>
      <dc:date>2010-10-08T08:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor Registry and Forward Data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-Registry-and-Forward-Data/m-p/66618#M13393</link>
      <description>&lt;P&gt;Thanks for your advice. I am able to monitor the registries that I need using a .vbs script. My only problem is that I had to call that script via batch file because the Splunk does not know to use cscript to run the file when I use the .path file. Thanks anyways.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2010 22:01:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-Registry-and-Forward-Data/m-p/66618#M13393</guid>
      <dc:creator>gallantalex</dc:creator>
      <dc:date>2010-10-11T22:01:48Z</dc:date>
    </item>
  </channel>
</rss>

