<?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: sending perfmon data to indexer from UF in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/sending-perfmon-data-to-indexer-from-UF/m-p/73648#M15099</link>
    <description>&lt;P&gt;You should have the opportunity to configure perfmon inputs at install time. &lt;/P&gt;

&lt;P&gt;If re-installing the UF is not an option take a look at the bottom of &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf"&gt;this&lt;/A&gt; page for how to add entries to &lt;CODE&gt;&amp;lt;install dir&amp;gt;\etc\system\local\inputs.conf&lt;/CODE&gt; to forward perfmon data.&lt;/P&gt;

&lt;P&gt;You'll need to restart the UF service for hte change to take effect.&lt;/P&gt;

&lt;P&gt;Note : &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;The interval is in seconds, '1' might be too frequent for you.&lt;/LI&gt;
&lt;LI&gt;You might want to create a new index to store the performance data&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;STRONG&gt;Edit&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;For example add this to etc/system/local/inputs.conf (example from the link above) :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[perfmon://LocalMainMemory]
interval = 5
object = Memory
counters = Committed Bytes; Available Bytes; % Committed Bytes In Use
disabled = 0
index = main
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and restart your service.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Dec 2012 12:24:41 GMT</pubDate>
    <dc:creator>jonuwz</dc:creator>
    <dc:date>2012-12-28T12:24:41Z</dc:date>
    <item>
      <title>sending perfmon data to indexer from UF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-perfmon-data-to-indexer-from-UF/m-p/73647#M15098</link>
      <description>&lt;P&gt;I have an universal forwarder in windows machine. I want to send the perfmon data from the UF to the indexer (a linux machine). How to do that?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2012 02:12:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-perfmon-data-to-indexer-from-UF/m-p/73647#M15098</guid>
      <dc:creator>Splunk_U</dc:creator>
      <dc:date>2012-12-28T02:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: sending perfmon data to indexer from UF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-perfmon-data-to-indexer-from-UF/m-p/73648#M15099</link>
      <description>&lt;P&gt;You should have the opportunity to configure perfmon inputs at install time. &lt;/P&gt;

&lt;P&gt;If re-installing the UF is not an option take a look at the bottom of &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf"&gt;this&lt;/A&gt; page for how to add entries to &lt;CODE&gt;&amp;lt;install dir&amp;gt;\etc\system\local\inputs.conf&lt;/CODE&gt; to forward perfmon data.&lt;/P&gt;

&lt;P&gt;You'll need to restart the UF service for hte change to take effect.&lt;/P&gt;

&lt;P&gt;Note : &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;The interval is in seconds, '1' might be too frequent for you.&lt;/LI&gt;
&lt;LI&gt;You might want to create a new index to store the performance data&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;STRONG&gt;Edit&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;For example add this to etc/system/local/inputs.conf (example from the link above) :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[perfmon://LocalMainMemory]
interval = 5
object = Memory
counters = Committed Bytes; Available Bytes; % Committed Bytes In Use
disabled = 0
index = main
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and restart your service.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2012 12:24:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-perfmon-data-to-indexer-from-UF/m-p/73648#M15099</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2012-12-28T12:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: sending perfmon data to indexer from UF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-perfmon-data-to-indexer-from-UF/m-p/73649#M15100</link>
      <description>&lt;P&gt;I am not able to see perfmon.conf file in the default. shall I create the wmi.conf file?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2012 13:34:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-perfmon-data-to-indexer-from-UF/m-p/73649#M15100</guid>
      <dc:creator>Splunk_U</dc:creator>
      <dc:date>2012-12-28T13:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: sending perfmon data to indexer from UF</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/sending-perfmon-data-to-indexer-from-UF/m-p/73650#M15101</link>
      <description>&lt;P&gt;not sure where perfmon.conf or wmi.conf come into it.&lt;/P&gt;

&lt;P&gt;Just add entries to inputs.conf and restart&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2012 21:42:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/sending-perfmon-data-to-indexer-from-UF/m-p/73650#M15101</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2012-12-28T21:42:56Z</dc:date>
    </item>
  </channel>
</rss>

