Dashboards & Visualizations

Dropdown Question?

Shan
Builder

Hi Friends,

I have a drop-down filter in dashboard. If that filter is not populating any value, then while loading the dashboard itself that filter shouldn't be visible in dashboard and tokens used in the panel query(dashboard) for that filter shouldn't be active..

Wise versa once the data is there in that filter, filter need to be shown in dashboard and tokens used in the panel query(dashboard) for that filter should be active..

Please help me on achieving it ..

Thanks in advance ..

0 Karma

Shan
Builder

Hi All,

Does anyone have idea about achieving it.

Thanks ...

0 Karma

vnravikumar
Champion

Hi

Try this

    <input type="dropdown" token="number" depends="$show_dropdown$">
      <label>Sample dropdown</label>
      <fieldForLabel>count</fieldForLabel>
      <fieldForValue>count</fieldForValue>
      <search>
        <query> .....  your query........</query>
        <earliest>-24h@h</earliest>
        <latest>now</latest>
        <done>
          <condition match="'job.resultCount' >0">
            <set token="show_dropdown">true</set>
          </condition>
          <condition>
            <unset token="show_dropdown"></unset>
          </condition>
        </done>
      </search>
    </input>
0 Karma

Shan
Builder

@vnravikumar,

Thanks for your input..

Yes, i achieved the above one with help of splunk doc. Now the problem, When the dropdown is hidden. I don't want that dropdown token to be used in the panel query. How to achieve it. Token need to be active in panel query of dashboard, when dropdown is visible ..

Thanks ...

0 Karma

to4kawa
Ultra Champion

How do you populate a hidden filter?

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...

Customer success is front and center at .conf25

Hi Splunkers, If you are not able to be at .conf25 in person, you can still learn about all the latest news ...