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!

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

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

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...