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 Answers Content Calendar, June Edition

Get ready for this week’s post dedicated to Splunk Dashboards! We're celebrating the power of community by ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...