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
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...