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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...