Dashboards & Visualizations

Dashboard drilldown not opening in new window

prakashbhanu407
New Member

I have a drilldown dashboard which works fine, but my requirement is to open in a New Tab/New Window when clicked and it is not working

I tried the below:

    <drilldown target="_blank">
      <set token="FilesReceivedFromCVS">$click.value$</set>
    </drilldown>


    <drilldown target="My New Window">
      <set token="FilesReceivedFromCVS">$click.value$</set>
    </drilldown>
0 Karma

sundareshr
Legend

This should work

    <drilldown target="_blank">
        <link>YOUR URL HERE</link>
    </drilldown>
0 Karma

mprreddy51
Explorer

Use like this to open in different tab

$row._raw$
$row._raw$

<![CDATA[/app/WQA/search?q=search index="IOS" sourcetype="abc" earliest=-4h latest=now "$raw1$*"]]>

0 Karma

ziegfried
Influencer

The target is only valid for the <link> action and won't have any effect on token setters.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

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

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...