Dashboards & Visualizations

How to update a textbox based on dropdown selection?

amitrinx
Explorer

i want update a text box based on section from dropdown list

Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @amitrinx,

when you say "textbox" are you meaning a Single Value Panel or what else?

If a Single Value panel, you have to use a search like the following in the Single Value Panel:

| makeresults 
| eval text=$token$
| table text

where $token$ is the token of the dropdown.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...