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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...