Dashboards & Visualizations

Why does the drop-down to drilldown in my dashboard not work with my current XML?

smhsplunk
Communicator

I am trying to activate a drop-down such that when I choose any of the items,
a drilldown activates and goes to a new view. I cannot activate this drilldown.
Following is the code.

  <fieldSet submitButton="true" autoRun="false">
  <row>
    <panel>
       <input type="dropdown" token="state_token" searchWhenChanged="true">
      <label>State Names</label>
      <default>-</default>
        <populatingSearch fieldForValue="state_name" fieldForLabel="state_name">
          <![CDATA[index=location source=traffic_locations | fields state_name ]]>
        </populatingSearch>


         <drilldown>
            <![CDATA[
               /app/myapp/page6?form.state_name=$state_token$
             ]]>
         </drilldown>
                <option name="wrap">true</option>
        <option name="rowNumbers">false</option>
        <option name="dataOverlayMode">none</option>
       </input>
    </panel>
  </row>
</fieldSet>
0 Karma

somesoni2
Revered Legend

There is no drilldown possible from the data input. YOu should use a visualization element to be able to drilldown

http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML#Panel_visualiza...

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...