Splunk Enterprise

Need DropDown2 displayed as per DropDown 1 static Options

DDivagarInfant
Engager

DropDown 1 - 3 static options. DropDown 2 needs to display the products of those servers

ServerA

ServerB

ServerC

DropDown2 using Query : I need to bring the server A or B or C in my token? 

Query; |inputlookup abc.csv.gz |Hostname= "ServerA" 

 

 

<input type="dropdown" token="field1" searchWhenChanged="false">
<label>License Server</label>
<choice value="a">A</choice>
<choice value="b">B</choice>
<choice value="c">C</choice>
<default>a</default>
<change>
<condition value="a">
<unset token="c-details"></unset>
<unset token="b-details"></unset>
<set token="a-details"></set>
</condition>
<condition value="b">
<unset token="a-details"></unset>
<unset token="c-details"></unset>
<set token="b-details"></set>
</condition>
<condition value="c">
<unset token="a-details"></unset>
<unset token="b-details"></unset>
<set token="c-details"></set>
</condition>
</change>
</input>

Labels (1)
0 Karma

DDivagarInfant
Engager

But DropenDown 1 has Static values (Host Names) added hence if i add Dynamic based results in same dropdown1, values are duplicating.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Create a second dropdown with the dynamic search

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Do you mean something like this?

|inputlookup abc.csv.gz |where Hostname= "$field1$" 
0 Karma

DDivagarInfant
Engager

@ITWhisperer yes correct, but i have products for each Hostname which needs to be shown in drop down. 

 

Hostname A = Product A, Product B, Product C etc. 

Hostname B - Product X, product Y, Product Z etc

so depends on the Hostname, products needs to be populated in drop down

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Does your lookup identify which products are associated with with host? If so, you can dynamically populate the dropdown based on the results of a search which filters the products based on the hostname chosen.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...