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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...