<?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: some questions about in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/some-questions-about/m-p/198135#M7793</link>
    <description>&lt;P&gt;Yes, at last I made the register monitoring. It is necessary to set up monitoring of file system&lt;/P&gt;</description>
    <pubDate>Mon, 24 Mar 2014 09:45:45 GMT</pubDate>
    <dc:creator>vinchakov_a</dc:creator>
    <dc:date>2014-03-24T09:45:45Z</dc:date>
    <item>
      <title>some questions about</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/some-questions-about/m-p/198132#M7790</link>
      <description>&lt;P&gt;Hello, I am a beginner in splunk. I started implementing an enterprise splunk. At present from splunk I need monitoring of files, the register and logs, and some perfmon counters. But I met difficulties. I nave:&lt;BR /&gt;
1) FileSystem monitoring:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[fschange:C:\Windows\System32]
pollPeriod = 3600
index = fschange
filters = ignore_logs
signedaudit = false
hashMaxSize = 104857600
recurse = true
followLinks = false
fullEvent = false
sendEventMaxSize = -1
filesPerDelay = 100
delayInMills = 1000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But when I create the directory (file), or I delete, splunk doesn't report to me about it.&lt;/P&gt;

&lt;P&gt;2) Monitoring free space&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[perfmon://LocalPhysicalDisk]
interval = 300
object = PhysicalDisk
counters = % Free Space; Free Megabytes
disabled = 0
instances = *
index = perfmon
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It at all doesn't work.&lt;/P&gt;

&lt;P&gt;3) Monitoring windows registry&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinRegMon://RegistryMonitor]
baseline = 0
disabled = 0
hive = \\REGISTRY\\MACHINE\\SYSTEM\\CurrentControlSet\\?.*
proc = C:\\.*
index = winreg
type = rename|set|delete|create
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It at all doesn't work.&lt;/P&gt;

&lt;P&gt;Can you help me?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2014 05:52:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/some-questions-about/m-p/198132#M7790</guid>
      <dc:creator>vinchakov_a</dc:creator>
      <dc:date>2014-03-24T05:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: some questions about</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/some-questions-about/m-p/198133#M7791</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
On first look perfmon object is wrong. Physical Disk doesn't have those counters, Logical disk has.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[perfmon://LocalPhysicalDisk]
interval = 300
object = LogicalDisk
counters = % Free Space; Free Megabytes
disabled = 0
instances = *
index = perfmon
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Regmon you have provided path in "proc" rather than the process name.&lt;/P&gt;

&lt;P&gt;Use Monitor instead of fschange which is depreciated. But you need to put more logic to find out the file creation and deletion.&lt;/P&gt;

&lt;P&gt;More details you can refer this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.2/admin/inputsconf" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.2/admin/inputsconf&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2014 07:21:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/some-questions-about/m-p/198133#M7791</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-03-24T07:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: some questions about</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/some-questions-about/m-p/198134#M7792</link>
      <description>&lt;P&gt;Thanks, the first issue is resolved. I read input.conf, but didn't find specific examples about registry and monitoring of file system with a hash with monitor&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2014 07:46:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/some-questions-about/m-p/198134#M7792</guid>
      <dc:creator>vinchakov_a</dc:creator>
      <dc:date>2014-03-24T07:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: some questions about</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/some-questions-about/m-p/198135#M7793</link>
      <description>&lt;P&gt;Yes, at last I made the register monitoring. It is necessary to set up monitoring of file system&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:45:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/some-questions-about/m-p/198135#M7793</guid>
      <dc:creator>vinchakov_a</dc:creator>
      <dc:date>2014-03-24T09:45:45Z</dc:date>
    </item>
  </channel>
</rss>

