Dashboards & Visualizations

Set token inside using Simple XML

rodrigorenie
Explorer

Hello everyone.

Is there a way to set a token when I click a link defined in a html panel? I tried this but it doesn't work:

<dashboard>
  <label>token</label>
  <row>
    <panel>
        <html>
         <div style="text-align: center;">
           <h1>teste 123</h1>
           <a href="#mytoken=somevalue">Click here to show panel</a>      
          </div>
        </html>
        <html depends="$mytoken$">
           <h1>hidden html</h1>
        </html>
      </panel>
   </row>
</dashboard>
0 Karma

stephane_cyrill
Builder

docs.splunk.com/Documentation/Splunk/6.0.2/Viz/Dynamicdrilldownindashboardsandforms

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