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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

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