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!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...