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
SplunkTrust
SplunkTrust

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!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...