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!

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