Dashboards & Visualizations

Form Dropdown Input

jvmerilla
Path Finder

Hi,

I'm trying to create a dropdown form input named "Span" where the values are "Daily", "Weekly", and "Monthly".
The idea is that when I choose one of the values, the panels under it will be populated base on their "Daily", "Weekly" or "Monthly" count.

I don't know if I made myself clear but I hope someone can help me with this.

Thank you.

Tags (3)
0 Karma

cmerriman
Super Champion

try something like this (the panel is just a run-anywhere search to show how to use the token):

 <fieldset submitButton="true">
 <input type="dropdown" token="span">
      <label>Span</label>
      <choice value="1d">Daily</choice>
      <choice value="1w">Weekly</choice>
      <choice value="1mon">Monthly</choice>
      <default>1d</default>
    </input>
</fieldset>
<row>
    <panel>
      <table>
        <search>
          <query>index=_internal earliest=-2mon@mon|timechart span=$span$ count</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="drilldown">none</option>
      </table>
    </panel>
  </row>
0 Karma
Get Updates on the Splunk Community!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

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