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!

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 ...