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

Try this

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

View solution in original post

somesoni2
SplunkTrust
SplunkTrust

Try this

 <drilldown target="_blank">
<link>
<![CDATA[/app/flow/summary?form.build=$click.value$]]>
</link>
</drilldown>
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 ...