Dashboards & Visualizations

Multiple drop-down menus on a view?

srw46
Path Finder

Hi all,

Is it possible to have multiple drop down menus on a dashboard? I've explored the native drop-down support to some degree but it seems limited. What I'd ideally like is 2+ different menus to select from pre-configured options like date and system which runs searches based on the chosen options.

Thanks for any advice

Tags (1)
0 Karma

ykys97
Explorer

Advanced XML is possible...

This is sample code (in Side view Util APP)

example: 2 dynamic pulldowns riding on a single search


-1h
index=_internal source="metrics.log" group="_thruput" | search group!="per_source_thruput" | stats count by group, series
now

dedup $name$ | sort $name$
group
$name$
group
left
group="$value$"

search $group$ | dedup $name$ | sort $name$
series
$name$
series
series="$value$"

-1h
index=_internal source="*metrics.log" $group$ $series$ | stats min(eps) avg(eps) max(eps)
now

results



group term is: <b>$group$</b><br>
series term is: <b>$series$</b><br>
the entire search is: <b>$search$</b>




0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...