I need to filter the VMS by APP
What I have is this
Now i want to add more apps and based on selection in Application drop down i want to filter the Environment drop down or (want to show selection only associated to Application drop down)
The full requirement is on selection of specific Application, the Vms shown on the Environment should only associated to selected
You can accomplish that by using cascading dropdown boxes. There are examples on how to accomplish this available in the Splunk dashboard examples app available in splunkbase here: https://splunkbase.splunk.com/app/1603/
Also there are multiple answered questions regarding this topic you can have a look: https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-multiple-dependent-dropdowns...