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!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...