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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Splunk Community Badges!

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

How to find the worst searches in your Splunk environment and how to fix them

Everyone knows Splunk is a powerful platform for running searches and doing data analytics. Your ...

Share Your Feedback: On Admin Config Service (ACS)!

Help Us Build a Better Admin Config Service Experience (ACS)   We Want Your Feedback on Admin Config Service ...