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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...