<?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 add sum of previous point to next minute value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/add-sum-of-previous-point-to-next-minute-value/m-p/196423#M56675</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want increment graph, current minute transactions do sum with previous minute transaction and this will continue upto time range.&lt;/P&gt;

&lt;P&gt;Please help me to achieve this .&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jun 2014 19:19:23 GMT</pubDate>
    <dc:creator>rameshlpatel</dc:creator>
    <dc:date>2014-06-11T19:19:23Z</dc:date>
    <item>
      <title>add sum of previous point to next minute value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/add-sum-of-previous-point-to-next-minute-value/m-p/196423#M56675</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want increment graph, current minute transactions do sum with previous minute transaction and this will continue upto time range.&lt;/P&gt;

&lt;P&gt;Please help me to achieve this .&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 19:19:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/add-sum-of-previous-point-to-next-minute-value/m-p/196423#M56675</guid>
      <dc:creator>rameshlpatel</dc:creator>
      <dc:date>2014-06-11T19:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: add sum of previous point to next minute value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/add-sum-of-previous-point-to-next-minute-value/m-p/196424#M56676</link>
      <description>&lt;P&gt;Are you asking for cumulative sum of transactions per minute?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 19:40:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/add-sum-of-previous-point-to-next-minute-value/m-p/196424#M56676</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-06-11T19:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: add sum of previous point to next minute value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/add-sum-of-previous-point-to-next-minute-value/m-p/196425#M56677</link>
      <description>&lt;P&gt;Yes.You can say that.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 19:42:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/add-sum-of-previous-point-to-next-minute-value/m-p/196425#M56677</guid>
      <dc:creator>rameshlpatel</dc:creator>
      <dc:date>2014-06-11T19:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: add sum of previous point to next minute value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/add-sum-of-previous-point-to-next-minute-value/m-p/196426#M56678</link>
      <description>&lt;P&gt;Without knowing what your search is, it's hard to say exactly. That said, look into the "streamstats" command, which should allow you to generate a running total across your results, which you can then chart.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 19:54:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/add-sum-of-previous-point-to-next-minute-value/m-p/196426#M56678</guid>
      <dc:creator>aweitzman</dc:creator>
      <dc:date>2014-06-11T19:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: add sum of previous point to next minute value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/add-sum-of-previous-point-to-next-minute-value/m-p/196427#M56679</link>
      <description>&lt;P&gt;Give this a try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | bucket span=1m _time | stats count by _time | accum count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Jun 2014 21:20:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/add-sum-of-previous-point-to-next-minute-value/m-p/196427#M56679</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-06-11T21:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: add sum of previous point to next minute value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/add-sum-of-previous-point-to-next-minute-value/m-p/196428#M56680</link>
      <description>&lt;P&gt;Thanks Its works now..&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 21:29:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/add-sum-of-previous-point-to-next-minute-value/m-p/196428#M56680</guid>
      <dc:creator>rameshlpatel</dc:creator>
      <dc:date>2014-06-11T21:29:12Z</dc:date>
    </item>
  </channel>
</rss>

