Dashboards & Visualizations

How do I make different instances of the same dashboard drilldown to different new windows? (dynamic 'target' parameter)

asherman
Path Finder

Hi,

XML Code excerpt:

  <drilldown target="My New Window">
    <link>
      <![CDATA[/app/flow/summary?form.build=$click.value$]]>
    </link>
  </drilldown>

This works for creating a new window with my drilldown query, however if I open the same window twice and try to drilldown in each, they will open into the same new window "My New Window". How can I change this so that they open into new but different windows?

Thanks.

1 Solution

somesoni2
Revered Legend

Try this

 <drilldown target="_blank">
<link>
<![CDATA[/app/flow/summary?form.build=$click.value$]]>
</link>
</drilldown>

View solution in original post

somesoni2
Revered Legend

Try this

 <drilldown target="_blank">
<link>
<![CDATA[/app/flow/summary?form.build=$click.value$]]>
</link>
</drilldown>
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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