<?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 TimeChart report with accrued event count in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/TimeChart-report-with-accrued-event-count/m-p/149491#M3322</link>
    <description>&lt;P&gt;How can I build a report to show the total count of a specific event over time. All of my timecharts are showing spikes over the time range but not accruing the number throughout.  &lt;/P&gt;</description>
    <pubDate>Thu, 01 May 2014 22:50:03 GMT</pubDate>
    <dc:creator>shorgan</dc:creator>
    <dc:date>2014-05-01T22:50:03Z</dc:date>
    <item>
      <title>TimeChart report with accrued event count</title>
      <link>https://community.splunk.com/t5/Reporting/TimeChart-report-with-accrued-event-count/m-p/149491#M3322</link>
      <description>&lt;P&gt;How can I build a report to show the total count of a specific event over time. All of my timecharts are showing spikes over the time range but not accruing the number throughout.  &lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2014 22:50:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/TimeChart-report-with-accrued-event-count/m-p/149491#M3322</guid>
      <dc:creator>shorgan</dc:creator>
      <dc:date>2014-05-01T22:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart report with accrued event count</title>
      <link>https://community.splunk.com/t5/Reporting/TimeChart-report-with-accrued-event-count/m-p/149492#M3323</link>
      <description>&lt;P&gt;I am not sure what you mean by "accruing the number throughout". It would be helpful to see your actual search.&lt;/P&gt;

&lt;P&gt;If you want a timechart that counts events, you can do this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;yoursearchhere | timechart count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you want to specify the time interval you can do this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;yoursearchhere | timechart count span=1h
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you want to see the count as an ever-increasing number, I guess you could do this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;yoursearchhere 
| timechart count as hourlyCount span=1h
| streamstats sum(hourlyCount) as count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 May 2014 08:15:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/TimeChart-report-with-accrued-event-count/m-p/149492#M3323</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-05-02T08:15:46Z</dc:date>
    </item>
  </channel>
</rss>

