Dashboards & Visualizations

help on dropdown list in an apps

jip31
Motivator

Hi

I use a dropdown list in every dashboards of my apps

    <input type="dropdown" token="tok_filtersite" searchWhenChanged="true">
      <label>Site</label>
      <fieldForLabel>SITE</fieldForLabel>
      <fieldForValue>SITE</fieldForValue>
      <search>
        <query>| inputlookup toto.csv 
| fields SITE
| dedup SITE 
| table SITE 
| sort +SITE</query>
        <earliest>-30d@d</earliest>
        <latest>now</latest>
      </search>
      <default>*</default>
      <initialValue>*</initialValue>
    </input>
  </fieldset>

Every time I open a dashboard from my nav menu, the dropdown list is on going updating
So I waste time
I need a solution in order to update this dropdown list just one time even if I open a new dashboard
Is anybody can help me please??

Tags (1)
0 Karma

jinseong
Path Finder

First, remove the autorun option by editing the conditions you receive as a dropdown in your dashboard edit.

0 Karma

jip31
Motivator

its not my need
If i put autoRun="false" the dropdown list will be not updated if I am not mistaken?
what I need is that the dropdown list is updated in my main dashboard and that the value of the dropdown list are automatically updated in other dropdown list....
Or to run them all even if i just open one dashboard

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