<?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: Summary Index skipping hosts in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-skipping-hosts/m-p/79748#M798</link>
    <description>&lt;P&gt;I don't think that's the case. Certainly not over the past 24 hours, which is when I started indexing. Thanks though.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Oct 2010 01:31:12 GMT</pubDate>
    <dc:creator>Branden</dc:creator>
    <dc:date>2010-10-29T01:31:12Z</dc:date>
    <item>
      <title>Summary Index skipping hosts</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-skipping-hosts/m-p/79746#M796</link>
      <description>&lt;P&gt;I have a summary index that collects stdout from a script that we run on all our hosts (SplunkLightForwarder). The search runs every 5 minutes looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="datapath-adapter" | head 1 | multikv | sistats list(Select), list(Name), list(State), list(Errors) by Name,host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;report=adapter
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I go to retrieve the data, it works fine:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=si_hosts report="dpadapter"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;EXCEPT it only contains information for three out of my twenty-four hosts. I check the orig_host field and, sure enough, only 3 values listed. &lt;/P&gt;

&lt;P&gt;Why would the summary index choose only three hosts to index? There's nothing particular unique about those hosts, it just seems to random.&lt;/P&gt;

&lt;P&gt;Is this a known issue by any chance? &lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2010 00:53:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-skipping-hosts/m-p/79746#M796</guid>
      <dc:creator>Branden</dc:creator>
      <dc:date>2010-10-29T00:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Index skipping hosts</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-skipping-hosts/m-p/79747#M797</link>
      <description>&lt;P&gt;Is there a possibility that one or more of your fields going into &lt;CODE&gt;sistats&lt;/CODE&gt; has a null value? The &lt;CODE&gt;stats&lt;/CODE&gt; family of commands will ignore events with null values by default.&lt;/P&gt;

&lt;P&gt;Assuming this is what's going on, you can use the &lt;CODE&gt;fillnull&lt;/CODE&gt; command to insert default values before calling &lt;CODE&gt;sistats&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/4.1.5/SearchReference/Fillnull" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.1.5/SearchReference/Fillnull&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2010 01:01:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-skipping-hosts/m-p/79747#M797</guid>
      <dc:creator>southeringtonp</dc:creator>
      <dc:date>2010-10-29T01:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Index skipping hosts</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-skipping-hosts/m-p/79748#M798</link>
      <description>&lt;P&gt;I don't think that's the case. Certainly not over the past 24 hours, which is when I started indexing. Thanks though.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2010 01:31:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-skipping-hosts/m-p/79748#M798</guid>
      <dc:creator>Branden</dc:creator>
      <dc:date>2010-10-29T01:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Index skipping hosts</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-skipping-hosts/m-p/79749#M799</link>
      <description>&lt;P&gt;How many results are you getting per run?  More than 10k?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2010 03:18:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-skipping-hosts/m-p/79749#M799</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2010-10-29T03:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Index skipping hosts</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-skipping-hosts/m-p/79750#M800</link>
      <description>&lt;P&gt;Not even close. &lt;BR /&gt;
I have a script that runs a command every 30 minutes. Splunk captures the stdout from that command and indexes it.&lt;BR /&gt;
Even tho my saved search runs every 5 minutes, it'll probably capture an event once per 30 minutes per host. And it's just several lines of output.&lt;BR /&gt;
I only have about 8 servers that run this script so it's no where close to 10k.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2010 21:17:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-Index-skipping-hosts/m-p/79750#M800</guid>
      <dc:creator>Branden</dc:creator>
      <dc:date>2010-10-29T21:17:51Z</dc:date>
    </item>
  </channel>
</rss>

