Dashboards & Visualizations

How to enable a new tab opening from within a dashboard?

dannyzen
Explorer

I would like to know if anyone has found a way that works best for them to enable a new tab opening from within a dashboard?
I have a working dashboard and would like to enable searches to open in a new tab, similarly to GET or POST requests within Workflow actions, instead of what I have right now which is 'Open in Search' and it proceeds to go to Splunk search in the same tab/window.
Is this a link target I would have to set up with eval tokens or what would be a good way to set it up?

Thank You

0 Karma
1 Solution

niketn
Legend

@dannyzen, all three Workflow Actions i.e. GET, POST and Search support opening result in new window. Click on the links to open Examples in Splunk Documentation which provide screenshot with Open Link in New Window and Search in New Window options as per the corresponding Workflow action.

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

View solution in original post

0 Karma

scott_sackrider
Explorer

Almost:::. need an underscore before "blank"

Michael
Contributor

to actually answer your question, and not give an RTFM answer:

use the target="blank" tag like this:

<a href="https://server:8000/en-US/app/search/search" target="blank"> <b>Search screen</b>
</a>

rafiq_rehman
Engager

Thanks. That helped me resolving my issue, just a small correction that it would be:

target="_blank"
0 Karma

niketn
Legend

@dannyzen, all three Workflow Actions i.e. GET, POST and Search support opening result in new window. Click on the links to open Examples in Splunk Documentation which provide screenshot with Open Link in New Window and Search in New Window options as per the corresponding Workflow action.

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

adonio
Ultra Champion

how about some drilldowns?
http://docs.splunk.com/Documentation/Splunk/7.1.2/Viz/DrilldownIntro
so much to read and so much to do

dannyzen
Explorer

Thank you!

0 Karma
Get Updates on the Splunk Community!

Continuing Innovation & New Integrations Unlock Full Stack Observability For Your ...

You’ve probably heard the latest about AppDynamics joining the Splunk Observability portfolio, deepening our ...

Monitoring Amazon Elastic Kubernetes Service (EKS)

As we’ve seen, integrating Kubernetes environments with Splunk Observability Cloud is a quick and easy way to ...

Cloud Platform & Enterprise: Classic Dashboard Export Feature Deprecation

As of Splunk Cloud Platform 9.3.2408 and Splunk Enterprise 9.4, classic dashboard export features are now ...