Hello I need help on creating multiple dependent dropdown. Criteria : 1.one drop down has three environments ( stage, test and prod) - each environment has three applications (s1,s2 and s3) 2. second drop down has three applications ( s1,s2 and s3) - this is dependent on environment. 3. Each application has three different indexes which should be passed based on above 2 dropdowns. If I select stage as first drop down then 2nd drop down should show all application and then the search should run the application with then environment selected. eg: I selected stage and second drop down as s1 so search query is index = s1_stage
... View more