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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...