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!

Demo Day: Strengthen Your SOC with Splunk Enterprise Security 8.1

Today’s threat landscape is more complex than ever. Security operation centers (SOCs) are overwhelmed with ...

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

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