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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...