<?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: Using Summary Index Data in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Using-Summary-Index-Data/m-p/16686#M106</link>
    <description>&lt;P&gt;I am trying to create a report that notifies me when a host starts sending an unusual amount of data by using the summary index data.  I suppose I could just use the metrics data as is&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jul 2010 01:12:25 GMT</pubDate>
    <dc:creator>oreoshake</dc:creator>
    <dc:date>2010-07-07T01:12:25Z</dc:date>
    <item>
      <title>Using Summary Index Data</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Using-Summary-Index-Data/m-p/16684#M104</link>
      <description>&lt;P&gt;I have some summary index data that is stored with sistats:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" group="per_host_thruput" source=*metrics.log | eval megs=kb/1024 | fields series,kb,megs | sistats sum(megs) by series
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'd like to do a delta on some of this data but I'm not quite sure which events/fields I should use since sistats does some massaging of the data.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=summary prestats_reserved_type=sum | delta prestats_reserved_val as delta_megs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will get the delta info that I need, but &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=summary prestats_reserved_type=sum | delta prestats_reserved_val as del | stats max(del) by series
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Returns nothing.  Any thoughts?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2010 01:35:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Using-Summary-Index-Data/m-p/16684#M104</guid>
      <dc:creator>oreoshake</dc:creator>
      <dc:date>2010-07-02T01:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using Summary Index Data</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Using-Summary-Index-Data/m-p/16685#M105</link>
      <description>&lt;P&gt;When using a summary index created using the "si*" sufficient statistic accelerators, the only supported operation on the data after retrieval is the corresponding full reporting command. That means, for &lt;CODE&gt;sistats &amp;lt;aggregator&amp;gt;&lt;/CODE&gt;, you can only run &lt;CODE&gt;index=summary source=... | stats &amp;lt;aggregator&amp;gt;&lt;/CODE&gt;. The same holds true for &lt;CODE&gt;sitimechart&lt;/CODE&gt;, &lt;CODE&gt;sitop&lt;/CODE&gt; and &lt;CODE&gt;sichart&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;The "si*" command output is an internal opaque format that is interpreted in a special manner by commands within splunk.&lt;/P&gt;

&lt;P&gt;What's the goal report that you want here?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2010 00:03:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Using-Summary-Index-Data/m-p/16685#M105</guid>
      <dc:creator>Stephen_Sorkin</dc:creator>
      <dc:date>2010-07-03T00:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using Summary Index Data</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Using-Summary-Index-Data/m-p/16686#M106</link>
      <description>&lt;P&gt;I am trying to create a report that notifies me when a host starts sending an unusual amount of data by using the summary index data.  I suppose I could just use the metrics data as is&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2010 01:12:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Using-Summary-Index-Data/m-p/16686#M106</guid>
      <dc:creator>oreoshake</dc:creator>
      <dc:date>2010-07-07T01:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using Summary Index Data</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Using-Summary-Index-Data/m-p/16687#M107</link>
      <description>&lt;P&gt;Thanks for posting this - I was doing | sistats count by host, source, sourcetype, field1, field2 and able to find host, sourcetype and source as having the orig_ rename, but couldn't get the count (in the psrsvd_gc field) to play nicely. It constantly said it was an "internal variable". I'll just use index="summary" | stats count by orig_host, orig_source, orig_sourcetype, field1, field2. I'll repost this as a question too. &lt;A href="http://answers.splunk.com/questions/6887/" target="_blank"&gt;http://answers.splunk.com/questions/6887/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:17:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Using-Summary-Index-Data/m-p/16687#M107</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2020-09-28T09:17:48Z</dc:date>
    </item>
  </channel>
</rss>

