Getting Data In

Time series visualization on top count

kteng2024
Path Finder

Hi,

Below is the search I am using to find the report_ID values that have top count.

index=apache_web sourcetype=apache_hots host=abc | stats count by report_ID

Below is the output of the above query.

report_ID   count
17615        25
12344        4
12435        2
11084        6
12181        9
13314        3
13945        2
13955        2  

But i would like to see the visuali zation that shows when the report_ID occurred. For example, if the report_ID 17615 has 25 count but i would like to see time series visualization.

0 Karma

woodcock
Esteemed Legend

Like this?

index=apache_web sourcetype=apache_hots host=abc
| timechart dc(report_ID)

Or maybe this?

index=apache_web sourcetype=apache_hots host=abc
| timechart count by report_ID
0 Karma
Get Updates on the Splunk Community!

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...

Splunk App Developers | .conf25 Recap & What’s Next

If you stopped by the Builder Bar at .conf25 this year, thank you! The retro tech beer garden vibes were ...

Congratulations to the 2025-2026 SplunkTrust!

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