<?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 disable Perfmon in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103142#M21657</link>
    <description>&lt;P&gt;where do I find the perfmon.conf file on my UF installation?&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2011 14:37:15 GMT</pubDate>
    <dc:creator>eantonio</dc:creator>
    <dc:date>2011-11-03T14:37:15Z</dc:date>
    <item>
      <title>How to disable Perfmon</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103140#M21655</link>
      <description>&lt;P&gt;I created a batch file to install the Splunk UF:&lt;/P&gt;

&lt;P&gt;msiexec /i splunkforwarder64bit.msi&lt;BR /&gt;
RECEIVING_INDEXER="SERVER NAME:9997"&lt;BR /&gt;
AGREETOLICENSE=Yes&lt;BR /&gt;
INSTALLDIR="C:\Program Files\Splunk"&lt;BR /&gt;
DEPLOYMENT_SERVER="SERVER NAME"&lt;BR /&gt;
LAUNCHSPLUNK=1&lt;BR /&gt;
SERVICESTARTTYPE=auto&lt;BR /&gt;
WINEVENTLOG_APP_ENABLE=1&lt;BR /&gt;
WINEVENTLOG_SEC_ENABLE=1&lt;BR /&gt;
WINEVENTLOG_SYS_ENABLE=1&lt;BR /&gt;
PERFMON=cpu&lt;BR /&gt;
PERFMON=memory&lt;BR /&gt;
PERFMON=network&lt;BR /&gt;
PERFMON=diskspace&lt;BR /&gt;
/quiet&lt;/P&gt;

&lt;P&gt;I don't want the UF to send me PERFMON data anymore. How do I disable/remove it from happening?&lt;/P&gt;

&lt;P&gt;Thank you for you help.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:03:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103140#M21655</guid>
      <dc:creator>eantonio</dc:creator>
      <dc:date>2020-09-28T10:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Perfmon</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103141#M21656</link>
      <description>&lt;P&gt;I think if you remove the following:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;PERFMON=cpu &lt;BR /&gt;
PERFMON=memory &lt;BR /&gt;
PERFMON=network &lt;BR /&gt;
PERFMON=diskspace&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;from your command above you'll disable perfmon inputs. Alternatively, in the perfmon.conf file (of your UFs) add &lt;CODE&gt;disabled = 1&lt;/CODE&gt; under each stanza.&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;gt; please upvote and accept answer if you find it useful - thanks!&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2011 14:35:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103141#M21656</guid>
      <dc:creator>_d_</dc:creator>
      <dc:date>2011-11-03T14:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Perfmon</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103142#M21657</link>
      <description>&lt;P&gt;where do I find the perfmon.conf file on my UF installation?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2011 14:37:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103142#M21657</guid>
      <dc:creator>eantonio</dc:creator>
      <dc:date>2011-11-03T14:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Perfmon</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103143#M21658</link>
      <description>&lt;P&gt;There is a perfmon.conf in &lt;CODE&gt;$SPLUNK_HOME\etc\system\default\&lt;/CODE&gt; but do not edit this.  To set custom&lt;BR /&gt;
configurations, place a modified perfmon.conf in &lt;CODE&gt;$SPLUNK_HOME\etc\system\local\&lt;/CODE&gt;. You can also search your $SPLUNK_HOME directory (Normally C:\Program Files\SplunkUniversalForwarder) for filename perfmon.conf to get the exact location.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2011 14:41:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103143#M21658</guid>
      <dc:creator>_d_</dc:creator>
      <dc:date>2011-11-03T14:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Perfmon</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103144#M21659</link>
      <description>&lt;P&gt;I don't see any perfmon.conf. If I will create a new file for this, do I just enter "disabled = 1" and save the file in the $SPLUNK_HOME\etc\system\local\ folder?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2011 14:46:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103144#M21659</guid>
      <dc:creator>eantonio</dc:creator>
      <dc:date>2011-11-03T14:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Perfmon</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103145#M21660</link>
      <description>&lt;P&gt;Is there a setting in Splunk Instance or Splunk Web UI to disable the collection of Perfmon data? That way, I dont have to go to each of my remote UF to disable Perfmon.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2011 14:54:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103145#M21660</guid>
      <dc:creator>eantonio</dc:creator>
      <dc:date>2011-11-03T14:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable Perfmon</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103146#M21661</link>
      <description>&lt;P&gt;Is there a setting in Splunk Instance or Splunk Web UI to disable the collection of Perfmon data? That way, I dont have to go to each of my remote UF to disable Perfmon.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2011 13:52:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-Perfmon/m-p/103146#M21661</guid>
      <dc:creator>eantonio</dc:creator>
      <dc:date>2011-11-04T13:52:26Z</dc:date>
    </item>
  </channel>
</rss>

