Dashboards & Visualizations

Display/Hide Panel based on Radio button and Dropdown input

ravichandra49
New Member

I have two Inputs, One is dropdown which specifies the type of File Incoming or Outgoing and another is Radio button which has three levels of SLA like Met, Warn, Breach. I want to display panel based on file type that can be selected using dropdown and level of SLA. How to check the values set by both tokens Change condition.

Tags (1)
0 Karma

493669
Super Champion

@ravichandra49 Refer below link It will guide you to hide/display panel based on input value-
https://splunkonbigdata.com/2019/01/10/how-to-hide-and-display-panels-using-dropdown-option-in-splun...

0 Karma

ravichandra49
New Member

@493669 I need to display panel based on combination of two Inputs value, one from drop down and one from radio buton, the link you gave is for one input. Something like below, but its not working

<change>
<condition match=$slatoken$==MET and $filetypetoken$==INCOMING>
<set token="MET">true</set>
<set token="INCOMING">true</set>
<unset token="WARN"></unset>
<unset token="BREACH"></unset>
<unset token="OUTGOING"></unset>
</condition>
</change>
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...