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!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...