Dashboards & Visualizations

How do you dynamically pass parameters over two dashboards?

arkonner
Path Finder

I defined a lookup file with

Country Router lat lon Name Town
EG AA368Z 30.0771 31.2859 Egypt Cairo
.
.
.
With a search using a geostat command, I show the various router on the map (dashboard1)

On the map selecting the "dot" corresponding to one specific location, I was looking to pass this parameter to another dashboard.

That way, I could run searches only for the selected router/country.

Any help will be useful

0 Karma

scelikok
SplunkTrust
SplunkTrust

Hi arkonner,

You can easily pass any clicked value to another dashboard using Drilldown setting of the map.

Your destination dashboard should have an input that selects router/county.

  • Lets's say destination token name is router_token and map field name on your source dashboard is router_name.
  • On drilldown editor select Link to dashboard as On Click event, choose relevant App and Dashboard.
  • On Advanced>Parameters you should set as form.router_token = $row.router_name$

When you click on a router on the map it will open the destination dashboard with router_tokenvalue set.

I hope this helps.

If this reply helps you an upvote and "Accept as Solution" is appreciated.
0 Karma
Get Updates on the Splunk Community!

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 ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...