Splunk Search

Frequency Distribution charts?

sune43
Engager

How can I compute a frequency distribution chart?

For example I want to take the time_taken from my IIS web-server log and plot it as a frequency distribution chart to figure out the execution time distribution.

So I can create images like the one below to figure out how well my actual server response time is like.

alt text

Tags (1)
0 Karma
1 Solution

Ayn
Legend

If you want to use absolute values, just doing something like this should be enough (unless I'm misinterpreting what you want):

... | stats count by time_taken

...then go into the stats option and choose a line chart.

If you have many unique values for time_taken and want to group them together, you could use the bucket command for that.

View solution in original post

Ayn
Legend

If you want to use absolute values, just doing something like this should be enough (unless I'm misinterpreting what you want):

... | stats count by time_taken

...then go into the stats option and choose a line chart.

If you have many unique values for time_taken and want to group them together, you could use the bucket command for that.

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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