Splunk Search

Which chart I can use to display stats

dyapasrikanth
Path Finder

My search query finding MAX, AVG response times of API.

 

| search ("API-1 call start"
OR "API-1 response status*"
OR "API-1 call failed:*")
| reverse
| stats first(_time) as Start, last(_time) as End by transactionid
| eval duration=End-Start
| stats
max(duration) as "Max",
p95(duration) as "Avg95",
p99(duration) as "Avg99"

 

Currently I chosen Single value visualisation with Trellis layout & it is looking good to see. But when I export to PDF it's not coming as it has Trellis layout.

I have multiple APIs like this to show like this.

What visualisation is best for these type of data?

 
Labels (2)
0 Karma

venky1544
Builder

splunk default pdf export has this problem where the alignment and data panels get disrupted  if  the visualization looks good and you want the same to be exported in the pdf you can try  the smart pdf exporter in splunk app 

 

https://splunkbase.splunk.com/app/4030/

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,  ...