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>
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...