Reporting

TimeChart report with accrued event count

shorgan
New Member

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.

Tags (1)
0 Karma

lguinn2
Legend

I am not sure what you mean by "accruing the number throughout". It would be helpful to see your actual search.

If you want a timechart that counts events, you can do this

yoursearchhere | timechart count

If you want to specify the time interval you can do this

yoursearchhere | timechart count span=1h

If you want to see the count as an ever-increasing number, I guess you could do this

yoursearchhere 
| timechart count as hourlyCount span=1h
| streamstats sum(hourlyCount) as count
0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...