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!

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