<?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 Windows Universal Forwarder stopped logging perfmon: How can I restore this feature? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-stopped-logging-perfmon-How-can-I/m-p/151095#M30745</link>
    <description>&lt;P&gt;I have ~ 800 windows servers getting their configs from a deployment server. Often when i roll a new version of the perf app out, and splunk restarts, perfmon targets stop logging completely from some hosts. Splunk UF version 4.3-6.0 running on Windows 2003-2008.&lt;/P&gt;

&lt;P&gt;Why? Is there a known workaround?&lt;/P&gt;

&lt;P&gt;EDIT: Non-perfmon targets continue to work normally on these servers&lt;/P&gt;

&lt;P&gt;EDIT2:&lt;/P&gt;

&lt;P&gt;inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-perfmon.path]
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;perfmon.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[PERFMON:CPU]
counters = % Processor Time
disabled = 0
instances = _Total
interval = 60
object = Processor
index = perf
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 21 Jul 2014 16:40:27 GMT</pubDate>
    <dc:creator>twinspop</dc:creator>
    <dc:date>2014-07-21T16:40:27Z</dc:date>
    <item>
      <title>Windows Universal Forwarder stopped logging perfmon: How can I restore this feature?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-stopped-logging-perfmon-How-can-I/m-p/151095#M30745</link>
      <description>&lt;P&gt;I have ~ 800 windows servers getting their configs from a deployment server. Often when i roll a new version of the perf app out, and splunk restarts, perfmon targets stop logging completely from some hosts. Splunk UF version 4.3-6.0 running on Windows 2003-2008.&lt;/P&gt;

&lt;P&gt;Why? Is there a known workaround?&lt;/P&gt;

&lt;P&gt;EDIT: Non-perfmon targets continue to work normally on these servers&lt;/P&gt;

&lt;P&gt;EDIT2:&lt;/P&gt;

&lt;P&gt;inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-perfmon.path]
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;perfmon.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[PERFMON:CPU]
counters = % Processor Time
disabled = 0
instances = _Total
interval = 60
object = Processor
index = perf
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Jul 2014 16:40:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-stopped-logging-perfmon-How-can-I/m-p/151095#M30745</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2014-07-21T16:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Universal Forwarder stopped logging perfmon: How can I restore this feature?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-stopped-logging-perfmon-How-can-I/m-p/151096#M30746</link>
      <description>&lt;P&gt;they have different syntax , if not migrated properly they wont forward the data. &lt;/P&gt;

&lt;P&gt;include perfmon in the inputs.conf file and restart&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2014 17:11:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-stopped-logging-perfmon-How-can-I/m-p/151096#M30746</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-07-21T17:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Universal Forwarder stopped logging perfmon: How can I restore this feature?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-stopped-logging-perfmon-How-can-I/m-p/151097#M30747</link>
      <description>&lt;P&gt;They all have identical settings. Let's just focus on the 6.0 SUF servers. Some work and some don't. They have identical configs. Reboots don't cure the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2014 20:05:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-stopped-logging-perfmon-How-can-I/m-p/151097#M30747</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2014-07-21T20:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Universal Forwarder stopped logging perfmon: How can I restore this feature?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-stopped-logging-perfmon-How-can-I/m-p/151098#M30748</link>
      <description>&lt;P&gt;After splunk 5 there is no perfmon.conf. While upgrading some gets migrated to inputs.conf. sometimes if the migration doesn't happen properly then they don't forward. The configurations are case sensitive.&lt;/P&gt;

&lt;P&gt;Replace like below.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[perfmon://CPU]&lt;BR /&gt;
counters = % Processor Time&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
instances = _Total&lt;BR /&gt;
interval = 60&lt;BR /&gt;
object = Processor&lt;BR /&gt;
index = perf&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
L&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 02:39:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-stopped-logging-perfmon-How-can-I/m-p/151098#M30748</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-07-22T02:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Universal Forwarder stopped logging perfmon: How can I restore this feature?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-stopped-logging-perfmon-How-can-I/m-p/151099#M30749</link>
      <description>&lt;P&gt;Thank you! I didn't grok what you were saying in the first comment. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2014 03:50:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-stopped-logging-perfmon-How-can-I/m-p/151099#M30749</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2014-07-22T03:50:15Z</dc:date>
    </item>
  </channel>
</rss>

