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!

.conf25 Registration is OPEN!

Ready. Set. Splunk! Your favorite Splunk user event is back and better than ever. Get ready for more technical ...

Detecting Cross-Channel Fraud with Splunk

This article is the final installment in our three-part series exploring fraud detection techniques using ...

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...