<?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 configure Splunk to collect windows system &amp; security logs via WMI in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-collect-windows-system-security-logs/m-p/84865#M17652</link>
    <description>&lt;P&gt;We've not been able to get this to work reliably, even splitting the collection up into groups of 50 ips, so are switching to a lightweight forwarder approach.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Nov 2010 18:35:46 GMT</pubDate>
    <dc:creator>andiih</dc:creator>
    <dc:date>2010-11-15T18:35:46Z</dc:date>
    <item>
      <title>How to configure Splunk to collect windows system &amp; security logs via WMI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-collect-windows-system-security-logs/m-p/84861#M17648</link>
      <description>&lt;P&gt;I'm trying to configure splunk to collect system and security logs via WMI from workstations. I don't know who is at work and who is away, and its a fairly large estate (512 ip addresses) of which maybe only 50% may be switch on at any one time. They are all mostly off at night.&lt;/P&gt;

&lt;P&gt;Looking at the settings stanza for WMI.CONF I see &lt;/P&gt;

&lt;PRE&gt;
[settings]
* The settings stanza specifies various runtime parameters.
* The entire stanza and every parameter within it is optional. 
* If the stanza is missing, Splunk assumes system defaults.

initial_backoff = 
* How long to wait (in seconds) before retrying the connection to the WMI provider after the first connection error.
* If connection errors continue, the wait time doubles until it reaches max_backoff.
* Defaults to 5.

max_backoff = 
* Maximum time (in seconds) to attempt reconnect.
* Defaults to 20.

max_retries_at_max_backoff = 
* Try to reconnect this many times once max_backoff is reached.
* If reconnection fails after max_retries, give up forever (until restart).
* Defaults to 2.
&lt;/PRE&gt;

&lt;P&gt;Which (if I understand it correctly) means it will retry each IP as follows&lt;/P&gt;

&lt;PRE&gt;
5s 
10s
20s
20s
20s
give up forever.
&lt;/PRE&gt;

&lt;P&gt;Which is obviously useless, as any machine that is off overnight will be given up on forever. Am I reading this right ? Is there any way around it ?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2010 22:13:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-collect-windows-system-security-logs/m-p/84861#M17648</guid>
      <dc:creator>andiih</dc:creator>
      <dc:date>2010-11-05T22:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Splunk to collect windows system &amp; security logs via WMI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-collect-windows-system-security-logs/m-p/84862#M17649</link>
      <description>&lt;P&gt;I think your logic is sound. Hence if you set   &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;max_retries_at_max_backoff = 10000  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you should be fine..&lt;/P&gt;</description>
      <pubDate>Sat, 06 Nov 2010 06:51:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-collect-windows-system-security-logs/m-p/84862#M17649</guid>
      <dc:creator>Genti</dc:creator>
      <dc:date>2010-11-06T06:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Splunk to collect windows system &amp; security logs via WMI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-collect-windows-system-security-logs/m-p/84863#M17650</link>
      <description>&lt;P&gt;not sure if there is a max amount that you should use, but if the docs do not say, i take it there is not.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Nov 2010 06:51:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-collect-windows-system-security-logs/m-p/84863#M17650</guid>
      <dc:creator>Genti</dc:creator>
      <dc:date>2010-11-06T06:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Splunk to collect windows system &amp; security logs via WMI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-collect-windows-system-security-logs/m-p/84864#M17651</link>
      <description>&lt;P&gt;Will this wait for 10000 backoff limits before trying the next IP address ? Or are the requests sent concurrently ?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2010 01:59:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-collect-windows-system-security-logs/m-p/84864#M17651</guid>
      <dc:creator>andiih</dc:creator>
      <dc:date>2010-11-09T01:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Splunk to collect windows system &amp; security logs via WMI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-collect-windows-system-security-logs/m-p/84865#M17652</link>
      <description>&lt;P&gt;We've not been able to get this to work reliably, even splitting the collection up into groups of 50 ips, so are switching to a lightweight forwarder approach.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2010 18:35:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-to-collect-windows-system-security-logs/m-p/84865#M17652</guid>
      <dc:creator>andiih</dc:creator>
      <dc:date>2010-11-15T18:35:46Z</dc:date>
    </item>
  </channel>
</rss>

