Splunk Search

Activating Hyperlinks in a table based on the fields of the table (Dashboard Studio)

leenaut
Loves-to-Learn

Hello, 

 

I have a table with a column recording the ID, I want to make each ID in the table a Hyperlink and click on it to take me to a different page. I want each provided ID in the table to be concatenated with the begining of the hyperlink that I want to provide as static. 

I tried to use drilldown option in my table and the below code is what I used but it is not working. 

 

 "eventHandlers": [

        {
            "type": "drilldown.setToken",
            "options": {
                "tokens": [
                    {
                        "token": "selection_tok",
                        "key": "click.value"
                    }
                ]
            }
        },
        {
            "type": "drilldown.customUrl",
            "options": {
                "url": "https://(the main part of my url)/$selection_tok$",
                "newTab": true
            }
        }
 
 
I already tried to replace $selection_tok$ with direclty calling $click.value$ and also tried $click.value2$ I tried multiple approaches but it is not pickining out the ID from the table. 
 
 
 
Labels (2)
0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...