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!

Earn a $35 Gift Card for Answering our Splunk Admins & App Developer Survey

Survey for Splunk Admins and App Developers is open now! | Earn a $35 gift card!      Hello there,  Splunk ...

Continuing Innovation & New Integrations Unlock Full Stack Observability For Your ...

You’ve probably heard the latest about AppDynamics joining the Splunk Observability portfolio, deepening our ...

Monitoring Amazon Elastic Kubernetes Service (EKS)

As we’ve seen, integrating Kubernetes environments with Splunk Observability Cloud is a quick and easy way to ...