<?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: Specific perfmon instance collection problem in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47176#M8956</link>
    <description>&lt;P&gt;Same issue with Full Splunk 4.2.3 on Win 2008 R2 64bits.&lt;BR /&gt;
I've just installed Splunk 4.2.0 on the same server and it is working fine. So definitely a but with 4.2.3.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Aug 2011 08:38:01 GMT</pubDate>
    <dc:creator>OL</dc:creator>
    <dc:date>2011-08-17T08:38:01Z</dc:date>
    <item>
      <title>Specific perfmon instance collection problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47173#M8953</link>
      <description>&lt;P&gt;Hi. Fairly new to Splunk, so please bear with me if this is too stupid a question, but I've been looking through the docs and here on Answers and can't find anything similar.&lt;/P&gt;

&lt;P&gt;I'm using a fairly simple design - one central Windows indexer, running 4.2.2, and several distributed Windows forwarders, also running Universal Forwarder 4.2.2.&lt;/P&gt;

&lt;P&gt;I have a custom app to collect various bits and bobs, and this is pushed out using the deployment server. The problem is with the perfmon collection. My app's perfmon.conf has this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[% Processor Time]
interval=1
object=Processor
counters=% Processor Time
instances=_Total
disabled=0
index=perfmon
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, all instances (my servers have 8 CPU cores) are being returned - but I don't want or need any data for the individual instances, just the total. I can change the instances line in the stanza, but it doesn't seem to have any effect. I've used&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;instances=0
instances=0;1
instances=0;_Total
instances="_Total"
instances=*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;...but they all produce the same results. (I am restarting the forwarder manually after I make the changes so I'm reasonably certain the changes are being picked up from watching the conf file check messages at startup.)&lt;/P&gt;

&lt;P&gt;Does anyone have any ideas why this might be? Or has anyone encountered the same issue? My indexer is Windows 2008 R2, and my forwarders are all Windows 2003 boxes.&lt;/P&gt;

&lt;P&gt;25/7/11: Just seen this question &lt;A href="http://splunk-base.splunk.com/answers/28012/unable-to-pull-perfmon-counter-for-processor-time-windows-2003-32-bit"&gt;http://splunk-base.splunk.com/answers/28012/unable-to-pull-perfmon-counter-for-processor-time-windows-2003-32-bit&lt;/A&gt; and now wondering if the issue is related to 4.2.2. I will try installing a 4.2.1 forwarder to compare, but I should note that I am seeing the same splunkd errors as the other questioner, and Google (and Splunk Answers) don't seem to have any other instances of this error message being asked about.&lt;/P&gt;

&lt;P&gt;UPDATE: OK, have deployed a 4.2.1 UF to a Windows 2003 64bit box and _Total is the only instance collected. Removed the UF, redeployed 4.2.2 with the same configs, and hey, presto! All available instances begin to be collected. So this is definitely an issue with the 64 bit version of the 4.2.2 Windows UF - unfortunately I don't have any 32 bit boxes in this environment, so can't confirm if the problem is isolated to 64 bit Windows.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2011 14:51:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47173#M8953</guid>
      <dc:creator>neilamoran</dc:creator>
      <dc:date>2011-07-22T14:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Specific perfmon instance collection problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47174#M8954</link>
      <description>&lt;P&gt;Same problem on 32bit Windows SUF 4.2.2. I put in _Total, but it runs as if I put in *.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2011 14:15:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47174#M8954</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2011-08-05T14:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Specific perfmon instance collection problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47175#M8955</link>
      <description>&lt;P&gt;Same issue with UF 4.2.3 &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; on Win 2008 R2 64bits&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2011 12:53:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47175#M8955</guid>
      <dc:creator>OL</dc:creator>
      <dc:date>2011-08-11T12:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Specific perfmon instance collection problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47176#M8956</link>
      <description>&lt;P&gt;Same issue with Full Splunk 4.2.3 on Win 2008 R2 64bits.&lt;BR /&gt;
I've just installed Splunk 4.2.0 on the same server and it is working fine. So definitely a but with 4.2.3.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2011 08:38:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47176#M8956</guid>
      <dc:creator>OL</dc:creator>
      <dc:date>2011-08-17T08:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Specific perfmon instance collection problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47177#M8957</link>
      <description>&lt;P&gt;oops, I meant a bug &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2011 10:16:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47177#M8957</guid>
      <dc:creator>OL</dc:creator>
      <dc:date>2011-08-17T10:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Specific perfmon instance collection problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47178#M8958</link>
      <description>&lt;P&gt;Same here: [PERFMON:C-Free Disk Space] counters = Free Megabytes;% Free Space disabled = 0 instances=C: interval = 30 object = LogicalDisk&lt;/P&gt;

&lt;P&gt;tried with instances = C: instances = 'C:'&lt;/P&gt;

&lt;P&gt;all instances are gathered. splunkforwarder-4.2.3-105575-x64-release.msi&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2011 13:21:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47178#M8958</guid>
      <dc:creator>eduardguloiu</dc:creator>
      <dc:date>2011-10-04T13:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Specific perfmon instance collection problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47179#M8959</link>
      <description>&lt;P&gt;I opened a support case for this issue last week, but have yet to hear anything. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2011 13:33:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47179#M8959</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2011-10-04T13:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Specific perfmon instance collection problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47180#M8960</link>
      <description>&lt;P&gt;Have tested and can now confirm that this behaviour is fixed in 4.2.5.&lt;/P&gt;

&lt;P&gt;Was also occurring with &lt;STRONG&gt;Total&lt;/STRONG&gt; instance of counter Pipeline Instance Count, so I think the issue may have been with the _ character....&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2011 16:42:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specific-perfmon-instance-collection-problem/m-p/47180#M8960</guid>
      <dc:creator>neilamoran</dc:creator>
      <dc:date>2011-12-19T16:42:24Z</dc:date>
    </item>
  </channel>
</rss>

