Dashboards & Visualizations

compund StaticSelect

fk319
Builder

I am using a StaticSelect that presents a list of items.

My list has grown to large to be in one drop down, so I would like to create a list that when an item is slected it presents another list that I can select an item from.

Tags (1)
1 Solution

southeringtonp
Motivator

Should be doable. For your second dropdown, use a SearchSelectLister instead of a StaticSelect, and put your allowed choices in a lookup table.

Set the search for your StaticSelectLister to |inputlookup dropdown_options | search $xxx$, where the $xxx gets filled in based on the first selection.

View solution in original post

southeringtonp
Motivator

Should be doable. For your second dropdown, use a SearchSelectLister instead of a StaticSelect, and put your allowed choices in a lookup table.

Set the search for your StaticSelectLister to |inputlookup dropdown_options | search $xxx$, where the $xxx gets filled in based on the first selection.

fk319
Builder

That solves another question I have, but I dont follow how a single table can build compound dropdown list.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...