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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...