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!

Building Reliable Asset and Identity Frameworks in Splunk ES

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

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...