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!

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