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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...