Dashboards & Visualizations

How to create histogram visualization?

s-Lope678
Observer

Hi, I would like to create a histogram visualization. I would like to plot service call response times between 0-15 seconds for each svcName within my search.

Please help with tips/advice for creating this. Thank you!

Labels (3)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @s-Lope678,

your question is just a little vague.

Have you already created a main search or not?

what are the data you're plotting?

I hint to follo the Splunk Search Tutorial (https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchTutorial) to be indipendent in this kind of searches.

Anyway, supponing the you want to display the count of events in intervals of 15 seconds for each svcName, you could run something like this:

index=your_index
| timechart span=15s count BY svcName

 Ciao.

Giuseppe

0 Karma

s-Lope678
Observer

Hi yes, I have run that exact search for this already. Overall, I am observing connection failures/ timeouts between 2 systems. Now, I want create a new panel to plot each svcname's timeout response time in a histogram for comparison of min/max/avg response time values. 

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...