<?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: WMI queries using the LightWeightFowarder hammering each server every second with 5 to 10 per second in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/WMI-queries-using-the-LightWeightFowarder-hammering-each-server/m-p/66564#M13379</link>
    <description>&lt;P&gt;Each WMI query will have it's own configuration, and you can adjust the interval independently.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
&lt;B&gt;Configure via the Manager:&lt;/B&gt;&lt;/P&gt;

&lt;P&gt;In the Manager, choose Data Inputs, then WMI Collections. Each WMI input will have its own entry there, with the polling intervals shown.&lt;/P&gt;

&lt;P&gt;Click on the name, e.g. &lt;CODE&gt;LocalProcesses&lt;/CODE&gt;, wait for the page to display, and change the option &lt;CODE&gt;Poll Every&lt;/CODE&gt; at the bottom of the screen to your desired interval. Click Save.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
&lt;B&gt;or, Configure via the Config Files:&lt;/B&gt;&lt;/P&gt;

&lt;P&gt;First, look at the default configuration in &lt;CODE&gt;$SPLUNK_HOME\etc\apps\windows\default\wmi.conf&lt;/CODE&gt; to see the default configuration. Make particular note of the stanza names and the &lt;CODE&gt;interval&lt;/CODE&gt; setting.&lt;/P&gt;

&lt;P&gt;Then, create a new file or edit the existing &lt;CODE&gt;$SPLUNK_HOME\etc\apps\windows\local\wmi.conf&lt;/CODE&gt; (&lt;I&gt;local&lt;/I&gt; vs. &lt;I&gt;default&lt;/I&gt;).&lt;/P&gt;

&lt;P&gt;In that file, create a new stanza matching each of the settings you want to override, e.g.:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WMI:LocalProcesses]
interval = 600
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 08 Oct 2010 04:48:57 GMT</pubDate>
    <dc:creator>southeringtonp</dc:creator>
    <dc:date>2010-10-08T04:48:57Z</dc:date>
    <item>
      <title>WMI queries using the LightWeightFowarder hammering each server every second with 5 to 10 per second</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-queries-using-the-LightWeightFowarder-hammering-each-server/m-p/66563#M13378</link>
      <description>&lt;P&gt;I am being told that was the default.  I am seeing over 2 Billion WMI records, most (1.6 B) are from WMI:LocalProcesses, they look like a record for every process running on every windows server every second.  Seems like a rediculus load on each server plus the overworked Splunk Linux server.  (no polling WMI is setup on then Indexer)  &lt;/P&gt;

&lt;P&gt;WMI:LocalProcesses | 1,642,530,389
WMI:LocalNetwork | 171,412,864
WMI:FreeDiskSpace | 164,186,039
WMI:LocalPhysicalDisk | 44,962,006
WMI:Memory | 43,502,032
WMI:CPUTime | 43,461,901&lt;/P&gt;

&lt;P&gt;I would like to change the WMI queries to once every 10 minutes, not ever second. And not effic the eventlogging.   &lt;/P&gt;

&lt;P&gt;Which "interval" line is the correct one to fix this?  &lt;/P&gt;

&lt;P&gt;Thanks, Bill &lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2010 02:21:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-queries-using-the-LightWeightFowarder-hammering-each-server/m-p/66563#M13378</guid>
      <dc:creator>billconnell</dc:creator>
      <dc:date>2010-10-08T02:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: WMI queries using the LightWeightFowarder hammering each server every second with 5 to 10 per second</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-queries-using-the-LightWeightFowarder-hammering-each-server/m-p/66564#M13379</link>
      <description>&lt;P&gt;Each WMI query will have it's own configuration, and you can adjust the interval independently.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
&lt;B&gt;Configure via the Manager:&lt;/B&gt;&lt;/P&gt;

&lt;P&gt;In the Manager, choose Data Inputs, then WMI Collections. Each WMI input will have its own entry there, with the polling intervals shown.&lt;/P&gt;

&lt;P&gt;Click on the name, e.g. &lt;CODE&gt;LocalProcesses&lt;/CODE&gt;, wait for the page to display, and change the option &lt;CODE&gt;Poll Every&lt;/CODE&gt; at the bottom of the screen to your desired interval. Click Save.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
&lt;B&gt;or, Configure via the Config Files:&lt;/B&gt;&lt;/P&gt;

&lt;P&gt;First, look at the default configuration in &lt;CODE&gt;$SPLUNK_HOME\etc\apps\windows\default\wmi.conf&lt;/CODE&gt; to see the default configuration. Make particular note of the stanza names and the &lt;CODE&gt;interval&lt;/CODE&gt; setting.&lt;/P&gt;

&lt;P&gt;Then, create a new file or edit the existing &lt;CODE&gt;$SPLUNK_HOME\etc\apps\windows\local\wmi.conf&lt;/CODE&gt; (&lt;I&gt;local&lt;/I&gt; vs. &lt;I&gt;default&lt;/I&gt;).&lt;/P&gt;

&lt;P&gt;In that file, create a new stanza matching each of the settings you want to override, e.g.:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WMI:LocalProcesses]
interval = 600
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Oct 2010 04:48:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-queries-using-the-LightWeightFowarder-hammering-each-server/m-p/66564#M13379</guid>
      <dc:creator>southeringtonp</dc:creator>
      <dc:date>2010-10-08T04:48:57Z</dc:date>
    </item>
  </channel>
</rss>

