<?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: Sum of new events over time in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Sum-of-new-events-over-time/m-p/183956#M52970</link>
    <description>&lt;P&gt;Thank you! &lt;BR /&gt;
That worked!&lt;/P&gt;</description>
    <pubDate>Mon, 24 Aug 2015 06:28:38 GMT</pubDate>
    <dc:creator>liorfink</dc:creator>
    <dc:date>2015-08-24T06:28:38Z</dc:date>
    <item>
      <title>Sum of new events over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sum-of-new-events-over-time/m-p/183954#M52968</link>
      <description>&lt;P&gt;Hi all!&lt;BR /&gt;
I'm new to Splunk and I'm having trouble making my search correct.&lt;BR /&gt;
I've tried searching but found no case exactly like mine.&lt;/P&gt;

&lt;P&gt;the problem:&lt;BR /&gt;
I have a log with many 'Events', each event has a status: New/Old.&lt;BR /&gt;
Old means it has been dealt with.&lt;BR /&gt;
I would like to make a line-chart that will show the total number of new events over time.&lt;BR /&gt;
My chart:&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/582iB3114762977268D8/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;The way the chart should look:&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/583i3D972643214187B1/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;This is what I've tried so far:&lt;BR /&gt;
host="MyHost" Status="New" | timechart count(Status)&lt;BR /&gt;
... | timechart sum(Status)&lt;BR /&gt;
... | timechart sum(count(Status))&lt;/P&gt;

&lt;P&gt;Any help will be appreciated!&lt;BR /&gt;
Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 23 Aug 2015 09:06:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sum-of-new-events-over-time/m-p/183954#M52968</guid>
      <dc:creator>liorfink</dc:creator>
      <dc:date>2015-08-23T09:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of new events over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sum-of-new-events-over-time/m-p/183955#M52969</link>
      <description>&lt;P&gt;This should do what you need:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host="MyHost" Status="New" | timechart count | accum count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That will turn the count per timeslot into a running total.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Aug 2015 14:07:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sum-of-new-events-over-time/m-p/183955#M52969</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-08-23T14:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of new events over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sum-of-new-events-over-time/m-p/183956#M52970</link>
      <description>&lt;P&gt;Thank you! &lt;BR /&gt;
That worked!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 06:28:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sum-of-new-events-over-time/m-p/183956#M52970</guid>
      <dc:creator>liorfink</dc:creator>
      <dc:date>2015-08-24T06:28:38Z</dc:date>
    </item>
  </channel>
</rss>

