<?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: Multiple sums in one graph in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Multiple-sums-in-one-graph/m-p/191449#M55117</link>
    <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host="MyHost" Status="New" | timechart count by Engine | streamstats sum(*) as *
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 24 Aug 2015 16:09:32 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2015-08-24T16:09:32Z</dc:date>
    <item>
      <title>Multiple sums in one graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-sums-in-one-graph/m-p/191448#M55116</link>
      <description>&lt;P&gt;This is a followup question to &lt;A href="http://answers.splunk.com/answers/301144/sum-of-new-events-over-time.html"&gt;This&lt;/A&gt;.&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/301144/sum-of-new-events-over-time.html"&gt;http://answers.splunk.com/answers/301144/sum-of-new-events-over-time.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Now further, say I have all these new events, the answer gave me the total for all new events together, which was perfect for that given case.&lt;BR /&gt;
Now for further analysis, I'd like it to be a line of the total New events, for each Engine.&lt;BR /&gt;
So with the answer I got this:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/600i839DDB76F0F2CD84/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;And I would like a different graph of total New events for each Engine, like:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/601iD9049611DE36541E/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;So to split the results by Engine I got this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host="MyHost" Status="New" | timechart count by Engine
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That gives me a division by Engine, but once again, it shows me single values per day, and not the accumulated total.&lt;BR /&gt;
I've tried:&lt;BR /&gt;
&lt;CODE&gt;host="MyHost" Status="New" | timechart count by Engine | accum count&lt;/CODE&gt; - just adds another value named 'count' with 0&lt;/P&gt;

&lt;P&gt;I'm obviously missing something basic in my understanding.&lt;BR /&gt;
Thanks again in advance!&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Sorry for my bad editing *&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 24 Aug 2015 07:17:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-sums-in-one-graph/m-p/191448#M55116</guid>
      <dc:creator>liorfink</dc:creator>
      <dc:date>2015-08-24T07:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple sums in one graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-sums-in-one-graph/m-p/191449#M55117</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host="MyHost" Status="New" | timechart count by Engine | streamstats sum(*) as *
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Aug 2015 16:09:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-sums-in-one-graph/m-p/191449#M55117</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-08-24T16:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple sums in one graph</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-sums-in-one-graph/m-p/191450#M55118</link>
      <description>&lt;P&gt;Perfect! &lt;BR /&gt;
Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2015 06:06:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-sums-in-one-graph/m-p/191450#M55118</guid>
      <dc:creator>liorfink</dc:creator>
      <dc:date>2015-08-25T06:06:24Z</dc:date>
    </item>
  </channel>
</rss>

