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!

Deep Dive into Federated Analytics: Unlocking the Full Power of Your Security Data

In today’s complex digital landscape, security teams face increasing pressure to protect sprawling data across ...

Your summer travels continue with new course releases

Summer in the Northern hemisphere is in full swing, and is often a time to travel and explore. If your summer ...

From Alert to Resolution: How Splunk Observability Helps SREs Navigate Critical ...

It's 3:17 AM, and your phone buzzes with an urgent alert. Wire transfer processing times have spiked, and ...