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!

A Four-Part Event Series: Full Stack Observability For the AI Era

As AI reshapes applications, infrastructure, and the way teams operate, the traditional boundaries of ...

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Event Series: Level up your SOC: Advancing with Splunk Enterprise Security

AI has fundamentally raised the stakes for security operations, and this three-part series is your guide to ...