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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...