Splunk Search

How to link to search in query?

sahana
Engager

Hi 

I have a panel with query below

index=int_166167 env = SIT appName="GCR" message="Post Login*"| bucket _time span= 15m| stats count(userId) as loginUsers ,min(timeTaken) as minSLA,max(timeTaken) as maxSLAcount by _time | sort -_time|table  _time,loginUsers,minSLA,maxSLA

the panel appears as like below

time loginUsers minSLA maxSLA
28-02-2022 11:00 45 12 67
28-02-2022 11:15 60 13 74
28-02-2022 11:30 35 25 82
28-02-2022 11:45 46 34 45
28-02-2022 11:00 70 57 90
28-02-2022 12:00 35 24 57

My requirement is like on click of the maxSLA value (for ex:90) it should link to search which shows the result of particular one max SLA event with 90 from those 70 users

Kindly help on this. 

 

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

The maxSLA is related to the time period not specifically the users, so your drilldown should use the time from the row clicked ($click.value$) as the earliest and add 15 minutes for the latest in the drilldown panel search.

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...