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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...