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!

Splunk Enterprise Security: Your Command Center for PCI DSS Compliance

Every security professional knows the drill. The PCI DSS audit is approaching, and suddenly everyone's asking ...

Developer Spotlight with Guilhem Marchand

From Splunk Engineer to Founder: The Journey Behind TrackMe    After spending over 12 years working full time ...

Cisco Catalyst Center Meets Splunk ITSI: From 'Payments Are Down' to Root Cause in ...

The Problem: When Networks and Services Don't Talk Payment systems fail at a retail location. Customers are ...