Dashboards & Visualizations

Multiple dropdown help

kallisrayar1986
Path Finder

I have 2 drop downs, the output of the first one will be the input to the second. After the first drop down selection, if i change the first drop down value the second drop downs displays the last selected value instead of showing an empty or a default value.

Please help.

Simple XML:

1st Dropdown -

  <label>Select a Version:</label>
  <prefix>"</prefix>
  <suffix>"</suffix>
  <default>*</default>
  <choice value="*">Select a version</choice>
  <populatingSearch fieldForValue="version01" fieldForLabel="version01" earliest="0" latest="now">
    <![CDATA[QUERY]]>
  </populatingSearch>
</input>

2nd Dropdown -

  <label>Select a test id</label>
  <selectFirstChoice>true</selectFirstChoice>
  <prefix>test_id="</prefix>
  <suffix>"</suffix>
  <default>*</default>
  <choice value="*">ALL</choice>
  <populatingSearch fieldForValue="test_id" fieldForLabel="test_id" earliest="0" latest="now">
    <![CDATA[index=XXX version=$version01$ | stats count by test_id]]>
  </populatingSearch>
</input>

bryanit715
Engager

hmm did you ever solve your issue? I actually am running in to the exact same thing

0 Karma

knutsod
Path Finder
0 Karma

kallisrayar1986
Path Finder

It did not help, the problem occurs when i select some other value in the first dropdown, the second drop value remains unchanged even though the second drop down search is executed and populated behind the screen.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...