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!

Tips & Tricks When Using Ingest Actions

Tune in to learn about:Large scale architecture when using Ingest ActionsRegEx performance considerations ...

Announcing Our Splunk MVPs

We are excited to announce the first cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Dashboard Studio Challenge - Learn New Tricks, Showcase Your Skills, and Win Prizes!

Reimagine what you can do with your dashboards. Dashboard Studio is Splunk’s newest dashboard builder to ...