<?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: How to fix perfmon errors &amp;quot;Object specified...in conf file is not valid&amp;quot;? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111113#M23311</link>
    <description>&lt;P&gt;Still this should be like this PERFMON -&amp;gt; Perfmon&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[Perfmon:CPU]&lt;BR /&gt;
counters = % Processor Time;% Privileged Time&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
instances = _Total&lt;BR /&gt;
interval = 120&lt;BR /&gt;
object = Processor&lt;BR /&gt;
index = temp_index&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;restart the forwarder service, lets see what happens&lt;/P&gt;</description>
    <pubDate>Thu, 04 Sep 2014 13:59:56 GMT</pubDate>
    <dc:creator>linu1988</dc:creator>
    <dc:date>2014-09-04T13:59:56Z</dc:date>
    <item>
      <title>How to fix perfmon errors "Object specified...in conf file is not valid"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111107#M23305</link>
      <description>&lt;P&gt;how to fix this error: &lt;BR /&gt;
ERROR ExecProcessor - message from ""C:\Program Files\SplunkUniversalForwarder\bin\splunk-perfmon.exe" -index gdf" splunk-perfmon - The object specified - 'Processor' in stanza - 'CPU' in conf file is not valid.&lt;BR /&gt;
09-03-2014 10:25:59.516 +0200 ERROR ExecProcessor - message from ""C:\Program Files\SplunkUniversalForwarder\bin\splunk-perfmon.exe" -index gdf" splunk-perfmon - The object specified - 'LogicalDisk' in stanza - 'Logical Disk' in conf file is not valid.&lt;BR /&gt;
09-03-2014 10:25:59.516 +0200 ERROR ExecProcessor - message from ""C:\Program Files\SplunkUniversalForwarder\bin\splunk-perfmon.exe" -index gdf" splunk-perfmon - The object specified - 'Memory' in stanza - 'Memory' in conf file is not valid.&lt;BR /&gt;
09-03-2014 10:25:59.516 +0200 ERROR ExecProcessor - message from ""C:\Program Files\SplunkUniversalForwarder\bin\splunk-perfmon.exe" -index gdf" splunk-perfmon - The object specified - 'Network Interface' in stanza - 'Network' in conf file is not valid.&lt;BR /&gt;
09-03-2014 10:25:59.516 +0200 ERROR ExecProcessor - message from ""C:\Program Files\SplunkUniversalForwarder\bin\splunk-perfmon.exe" -index gdf" splunk-perfmon - The object specified - 'Process' in stanza - 'Processes' in conf file is not valid.&lt;BR /&gt;
09-03-2014 10:25:59.516 +0200 ERROR ExecProcessor - message from ""C:\Program Files\SplunkUniversalForwarder\bin\splunk-perfmon.exe" -index gdf" splunk-perfmon - The object specified - 'System' in stanza - 'System' in conf file is not valid.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 11:03:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111107#M23305</guid>
      <dc:creator>dmhlakaza</dc:creator>
      <dc:date>2014-09-04T11:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix perfmon errors "Object specified...in conf file is not valid"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111108#M23306</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
It suggests the perfmon configuration in inputs.conf file is wrong, Could you post your stanzas?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 11:23:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111108#M23306</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-09-04T11:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix perfmon errors "Object specified...in conf file is not valid"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111109#M23307</link>
      <description>&lt;P&gt;these are my stanzas and they working on other servers:&lt;/P&gt;

&lt;P&gt;[PERFMON:CPU]&lt;BR /&gt;
counters = % Privileged Time;% Processor Time;% User Time;DPCs Queued/sec&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 300&lt;BR /&gt;
object = Processor&lt;/P&gt;

&lt;P&gt;[PERFMON:Logical Disk]&lt;BR /&gt;
counters = % Free Space;Current Disk Queue Length;Disk Read Bytes/sec;Disk Write Bytes/sec&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 900&lt;BR /&gt;
object = LogicalDisk&lt;/P&gt;

&lt;P&gt;[PERFMON:Memory]&lt;BR /&gt;
counters = % Committed Bytes In Use;Page Reads/sec;Page Writes/sec&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 300&lt;BR /&gt;
object = Memory&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 12:31:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111109#M23307</guid>
      <dc:creator>dmhlakaza</dc:creator>
      <dc:date>2014-09-04T12:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix perfmon errors "Object specified...in conf file is not valid"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111110#M23308</link>
      <description>&lt;P&gt;continued&lt;/P&gt;

&lt;P&gt;[PERFMON:Processes]&lt;BR /&gt;
counters = ID Process&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 900&lt;BR /&gt;
object = Process&lt;/P&gt;

&lt;P&gt;[PERFMON:Network]&lt;BR /&gt;
counters = Bytes Received/sec;Bytes Sent/sec;Current Bandwidth&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 300&lt;BR /&gt;
object = Network Interface&lt;/P&gt;

&lt;P&gt;[PERFMON:System]&lt;BR /&gt;
counters = System Up Time&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 3600&lt;BR /&gt;
object = System&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 12:32:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111110#M23308</guid>
      <dc:creator>dmhlakaza</dc:creator>
      <dc:date>2014-09-04T12:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix perfmon errors "Object specified...in conf file is not valid"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111111#M23309</link>
      <description>&lt;P&gt;Depends which version of splunk you are using. Please use the below in inputs.conf in v5+ splunk forwarders&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[perfmon://CPU Load]&lt;BR /&gt;
counters = % Processor Time;% Privileged Time&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
instances = _Total&lt;BR /&gt;
interval = 120&lt;BR /&gt;
object = Processor&lt;BR /&gt;
index = temp_index&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Remember the stanza definition is case sensitive.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 13:11:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111111#M23309</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-09-04T13:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix perfmon errors "Object specified...in conf file is not valid"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111112#M23310</link>
      <description>&lt;P&gt;thanks, but I am still using v4.3.6, I am planning to upgrade soon&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 13:33:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111112#M23310</guid>
      <dc:creator>dmhlakaza</dc:creator>
      <dc:date>2014-09-04T13:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix perfmon errors "Object specified...in conf file is not valid"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111113#M23311</link>
      <description>&lt;P&gt;Still this should be like this PERFMON -&amp;gt; Perfmon&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[Perfmon:CPU]&lt;BR /&gt;
counters = % Processor Time;% Privileged Time&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
instances = _Total&lt;BR /&gt;
interval = 120&lt;BR /&gt;
object = Processor&lt;BR /&gt;
index = temp_index&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;restart the forwarder service, lets see what happens&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 13:59:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111113#M23311</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-09-04T13:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix perfmon errors "Object specified...in conf file is not valid"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111114#M23312</link>
      <description>&lt;P&gt;More over did you check if the perfmon counter are available in your system? SOmetimes they get corrupt and are not accessible&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 16:04:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111114#M23312</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-09-04T16:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix perfmon errors "Object specified...in conf file is not valid"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111115#M23313</link>
      <description>&lt;P&gt;I just checked the perfmon counter and yes indeed they were corrupt, I ran the following commands to fix it&lt;BR /&gt;
Rebuilding the counters:&lt;BR /&gt;
     cd c:\windows\system32&lt;BR /&gt;
     lodctr /R&lt;BR /&gt;
     cd c:\windows\sysWOW64&lt;BR /&gt;
     lodctr /R&lt;/P&gt;

&lt;P&gt;Resyncing the counters with Windows Management Instrumentation (WMI):&lt;BR /&gt;
     WINMGMT.EXE /RESYNCPERF&lt;/P&gt;

&lt;P&gt;Stop and restart the Performance Logs and Alerts service. &lt;BR /&gt;
Stop and restart the Windows Management Instrumentation service. &lt;BR /&gt;
Thank you very much&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2014 06:36:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111115#M23313</guid>
      <dc:creator>dmhlakaza</dc:creator>
      <dc:date>2014-09-05T06:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix perfmon errors "Object specified...in conf file is not valid"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111116#M23314</link>
      <description>&lt;P&gt;Needs to be marked as answered then &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2014 07:38:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-fix-perfmon-errors-quot-Object-specified-in-conf-file-is/m-p/111116#M23314</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-09-05T07:38:50Z</dc:date>
    </item>
  </channel>
</rss>

