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!

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...

Splunk App Dev Community Updates – What’s New and What’s Next

Welcome to your go-to roundup of everything happening in the Splunk App Dev Community! Whether you're building ...

The Latest Cisco Integrations With Splunk Platform!

Join us for an exciting tech talk where we’ll explore the latest integrations in Cisco + Splunk! We’ve ...