<?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: Windows Universal Forwarder won't stop sending performance data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-won-t-stop-sending-performance-data/m-p/85227#M17733</link>
    <description>&lt;P&gt;There are many places for an inputs.conf file to reside. In fact, an infinite number.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Aboutconfigurationfiles"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Aboutconfigurationfiles&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Probably&lt;/EM&gt; your config was in &lt;CODE&gt;%SPLUNK_HOME%\etc\apps\windows\local\&lt;/CODE&gt; or &lt;CODE&gt;etc\apps\search\local\&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Oct 2011 18:24:11 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2011-10-03T18:24:11Z</dc:date>
    <item>
      <title>Windows Universal Forwarder won't stop sending performance data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-won-t-stop-sending-performance-data/m-p/85224#M17730</link>
      <description>&lt;UL&gt;
&lt;LI&gt;Splunk Linux Indexer 4.2.3 &lt;/LI&gt;
&lt;LI&gt;Splunk Universal Forwarder for Windows 4.2.3-1055&lt;/LI&gt;
&lt;LI&gt;Windows Server 2008 Standard&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Playing with the Windows App, I realized I was sending the wrong type of data to my linux indexer.  I was sending perfmon data when I wanted to send WMI data.  I've successfully installed a wmi.conf file and am collecting that data (thank you, MarioM).  But when I remove the perfmon scripts from my inputs.conf and restart splunk, it just keeps sending the perfdata.  The contents of my inputs.conf file, are pretty basic.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[default]&lt;BR /&gt;
host = DOLLAR&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;That's it.  I've also tried rebooting, no change.  What am I missing?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2011 17:16:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-won-t-stop-sending-performance-data/m-p/85224#M17730</guid>
      <dc:creator>ptierney</dc:creator>
      <dc:date>2011-10-03T17:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Universal Forwarder won't stop sending performance data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-won-t-stop-sending-performance-data/m-p/85225#M17731</link>
      <description>&lt;P&gt;BTW, if I completely uninstall and reinstall splunk, it stops sending perfdata, and the local/inputs.conf file looks the same, so apparently it gets set &lt;EM&gt;somewhere&lt;/EM&gt; during the install, but not in local.&lt;/P&gt;

&lt;P&gt;Also, it appears that placing this in local\inputs.conf&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
[script://$SPLUNK_HOME\bin\scripts\splunk-perfmon.path]&lt;BR /&gt;
interval = 10000000&lt;BR /&gt;
source = PerformanceMonitor&lt;BR /&gt;
sourcetype = PerformanceMonitor&lt;BR /&gt;
disabled = 1&lt;BR /&gt;
queue = winparsing&lt;BR /&gt;
persistentQueueSize=50MB&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Prevents it from sending the data.  But this doesn't exist in a client where I didn't check the perf option checkboxes.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2011 17:41:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-won-t-stop-sending-performance-data/m-p/85225#M17731</guid>
      <dc:creator>ptierney</dc:creator>
      <dc:date>2011-10-03T17:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Universal Forwarder won't stop sending performance data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-won-t-stop-sending-performance-data/m-p/85226#M17732</link>
      <description>&lt;P&gt;So, I have a workaround, I suppose, but I'd like to understand how this works so I know what/where to edit for changes in the future.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2011 17:42:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-won-t-stop-sending-performance-data/m-p/85226#M17732</guid>
      <dc:creator>ptierney</dc:creator>
      <dc:date>2011-10-03T17:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Universal Forwarder won't stop sending performance data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-won-t-stop-sending-performance-data/m-p/85227#M17733</link>
      <description>&lt;P&gt;There are many places for an inputs.conf file to reside. In fact, an infinite number.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Aboutconfigurationfiles"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Aboutconfigurationfiles&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Probably&lt;/EM&gt; your config was in &lt;CODE&gt;%SPLUNK_HOME%\etc\apps\windows\local\&lt;/CODE&gt; or &lt;CODE&gt;etc\apps\search\local\&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2011 18:24:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-won-t-stop-sending-performance-data/m-p/85227#M17733</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-10-03T18:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Universal Forwarder won't stop sending performance data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-won-t-stop-sending-performance-data/m-p/85228#M17734</link>
      <description>&lt;P&gt;I thought of this, and have searched through all inputs.conf file in the $SPLUNK_HOME\etc dirs.  The splunkperfom entry appears in two places, etc\system\local and etc\system\defaults.  It appears in etc\systems\defaults not matter how I install the splunk fowarder, and it is always with disabled = 0, so I don't think that's it.  The other entry is where I've manually disabled it.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2011 18:40:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Universal-Forwarder-won-t-stop-sending-performance-data/m-p/85228#M17734</guid>
      <dc:creator>ptierney</dc:creator>
      <dc:date>2011-10-03T18:40:33Z</dc:date>
    </item>
  </channel>
</rss>

