Dashboards & Visualizations

Is there way to refresh a Simple XML drop-down?

lyndac
Contributor

I have two drop-downs on my simple XML dashboard. Both are populated by searches and the second one is dependent on the selection from the first (source below). It works great for populating the drop-downs initially, and if I change the selection in the first drop-down, the list of choices in the second drop-down is regenerated appropriately. This issue is that the "selection" on the second drop-down still shows as the item selected from the initial list. That item is NOT in the newly generated choices.

For example, the initial drop-downs are: sys: {sysa, sysb, sysc}, sysa is selected (first in the list) . The second drop-down is fp: {fp1, fp2, fp3}, with fp1 selected. Now I choose sysb from the first drop-down. The new list for the second drop-down is fp: {fp7, fp9, fp21, fp34}. But the selection still remains fp1. I'd like for the selection of the second drop-down to be the first item in the list (fp7) (or at least it should not show anything selected). How can I do this?

    <form>
      <fieldset submitButton="false" autoRun="true">
        <input type="dropdown" token="sys_tok" searchWhenChanged="true">
            <search>
               <query> index=foo | stats count by sys</query>
             </search>
            <selectFirstChoice>true</selectFirstChoice>
            <fieldForLabel>sys</fieldForLabel>
            <fieldForValue>sys</fieldForValue>
         </input>
       <input type="dropdown" token="fp_tok" searchWhenChanged="true">
            <search>
               <query> index=foo  sys=$sys_tok$| stats count by fp</query>
             </search>
            <selectFirstChoice>true</selectFirstChoice>
            <fieldForLabel>fp</fieldForLabel>
            <fieldForValue>fp</fieldForValue>
         </input>
0 Karma

venky1544
Builder

Hi @lyndac i know its a very old question but did you found an answer for it 

0 Karma

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