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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...