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!

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...