Dashboards & Visualizations

3rd party launching splunk saved search with parameters?

pmeyerson
Path Finder

Hi - I have a button click action in a 3rd party system to launch a new browser window to my splunk instance. I can tweak the search. If I created a tokenized dashboard, is it possible to drive the tokens from the URL into the dashboard somehow?

To clarify, I am not trying to pull the dash results into the 3rd party app - the app is launching a window and I am seeing the dashboard in splunk directly, with details provided by the third party.

Thanks for any pointers!

0 Karma
1 Solution

amcjohn
Engager

If you can dynamically populate the link the user clicks on in the third party tool then yes, you can pre-populate your dashboard by making your link look like the code below.

[URL]?form.[target_token_name]=[$source_value$]

[URL] = the URL of your Splunk dashboard
[target_token_name] = the name of your Splunk dashboard token
[$source_value$] = the value populated from the third party tool.

Pulled from Splunk documentation here: http://docs.splunk.com/Documentation/Splunk/7.0.3/Viz/DrilldownLinkToDashboard

View solution in original post

0 Karma

amcjohn
Engager

If you can dynamically populate the link the user clicks on in the third party tool then yes, you can pre-populate your dashboard by making your link look like the code below.

[URL]?form.[target_token_name]=[$source_value$]

[URL] = the URL of your Splunk dashboard
[target_token_name] = the name of your Splunk dashboard token
[$source_value$] = the value populated from the third party tool.

Pulled from Splunk documentation here: http://docs.splunk.com/Documentation/Splunk/7.0.3/Viz/DrilldownLinkToDashboard

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...