Splunk Enterprise

How to create a dropdown with 3 options  as success, warnings, and error?

mahesh27
Communicator

i am new to dashboard studio, i have 15 panels in my dashboard and i want to create a dropdown with 3 options  as success, warnings and error

success- 5 panels
Warnings- 5 panels
error-5 panels.

So when i select success from the dropdown, only Success-5panels should display.
when i select errors only error related panels should show up.

Labels (1)
0 Karma

SR_70
Explorer

Try this xml:

<form version="1.1">
<label>Test-Dashboard</label>
<fieldset submitButton="false">
<input type="dropdown" token="status_tok">
<label>Status</label>
<choice value="Success">Success</choice>
<choice value="Warnings">Warnings</choice>
<choice value="Errors">Errors</choice>
</input>
</fieldset>
</form>

woodcock
Esteemed Legend

Why studio?  I know how to do it in SimpleXML...

0 Karma

mahesh27
Communicator

Hi @woodcock, but my requirement is in studio dashboard.

Can you please help on this 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You may have to wait for a while until this sort of functionality is available in Studio.

In the meantime, challenge your requirements, is the person giving you the requirement prepared to wait until the functionality is available, or would they compromise and allow you to develop the dashboard in SimpleXML where this sort of thing can be done easily?

0 Karma

mahesh27
Communicator

thank you for the information.
can you please provide the  drop down  code for classic dashboard.

Tags (1)
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 ...