<?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: Accum timeseries and grouping in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Accum-timeseries-and-grouping/m-p/45356#M179299</link>
    <description>&lt;P&gt;ah, thanks!  I was mentally stuck on accum, which is clearly the wrong tool here.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Sep 2010 06:48:09 GMT</pubDate>
    <dc:creator>Oren</dc:creator>
    <dc:date>2010-09-08T06:48:09Z</dc:date>
    <item>
      <title>Accum timeseries and grouping</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Accum-timeseries-and-grouping/m-p/45354#M179297</link>
      <description>&lt;P&gt;From our weblogs, I have extracted fields including http_bytes and http_domain.  I would like to get a stacked chart of bandwidth consumed (accum http_bytes) by http_domain.  My naive attempts have ended comically.  &lt;/P&gt;

&lt;P&gt;Related, I'd like to see for a given http_domain, I'm looking for two queries: how much bandwidth it used both for the search period, and a timechart for just that app.  &lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2010 00:29:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Accum-timeseries-and-grouping/m-p/45354#M179297</guid>
      <dc:creator>Oren</dc:creator>
      <dc:date>2010-09-08T00:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Accum timeseries and grouping</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Accum-timeseries-and-grouping/m-p/45355#M179298</link>
      <description>&lt;P&gt;I think it should just be:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=myweblogs | chart sum(http_bytes) by http_domain
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=myweblogs http_domain="my_domain" | stats sum(http_bytes)
sourcetype=myweblogs http_domain="my_domain" | timechart span=5min sum(http_bytes)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Sep 2010 05:57:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Accum-timeseries-and-grouping/m-p/45355#M179298</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-09-08T05:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Accum timeseries and grouping</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Accum-timeseries-and-grouping/m-p/45356#M179299</link>
      <description>&lt;P&gt;ah, thanks!  I was mentally stuck on accum, which is clearly the wrong tool here.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2010 06:48:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Accum-timeseries-and-grouping/m-p/45356#M179299</guid>
      <dc:creator>Oren</dc:creator>
      <dc:date>2010-09-08T06:48:09Z</dc:date>
    </item>
  </channel>
</rss>

