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!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...