Dashboards & Visualizations

HOW CAN I ACCESS FROM MY INSTANCE TO OTHER INSTANCE DASHBOARDS

HECHEVERRIA
New Member

ACTUALLY I´M DEVELOPING DASHBOARDS IN MY SPLUNK INSTANCE.
WE HAVE A SECOND INSTANCE WHERE RESIDES DASHBOARDS WHICH I WANT TO GET ACCESSFROM MY INSTANCE

Tags (1)
0 Karma

niketn
Legend

As far as you have the other Splunk app name and dashboard URL you can either use <link> tag or HTML anchor tag <a>

Assuming you are in Splunk app named app1 and dashboard dash1 and want to navigate to Splunk app2 with dashboard dash2 you can try anchor HTML.
Through link tag in Simple XML

<link>app/app2/dash2</link>

Or with Anchor tag if you are using HTML panel within Simple XML

<a>app/app2/dash2</a>

You can use _target="blank" within link or anchor to open the dashboard in a new window.
Refer to Splunk Documentation:
http://docs.splunk.com/Documentation/Splunk/latest/Viz/tokens#Define_tokens_for_conditional_operatio...

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

puneethgowda
Communicator
0 Karma

somesoni2
Revered Legend

YOu want to get access to dashboard OR the data residing in that instance. You can copy the dashboard xml (and any other dependencies like macros, fields extracts etc if exists) to your instance and create dashboard, add that second instance as your search peer and the dashboard should get populated.

0 Karma
Get Updates on the Splunk Community!

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...

Splunk App Developers | .conf25 Recap & What’s Next

If you stopped by the Builder Bar at .conf25 this year, thank you! The retro tech beer garden vibes were ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...