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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...