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!

Splunk Enterprise Security(ES) 7.3 is approaching the end of support. Get ready for ...

Hi friends!    At Splunk, your product success is our top priority. With Enterprise Security (ES), we're here ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk, and empower your SOC to reach new heights! Duration: 1 hour  Prepare to ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...