Dashboards & Visualizations

How to include an external script in HTML dashboards in an App?

kartik13
Communicator

I am having an external Script stored in the static folder in the at the following path:

/Splunk_Home/etc/apps/app_name/appserver/static/myscript.js

I want to include that script in HTML dashboards. How do I do this? I mean, what will be the relative path to include it in the script src

<script type="text/javascript" src="/path/to/myscript.js"></script>

What is the path? I tried giving the actual path, but it didn't work out for me.
Any help !!!

0 Karma
1 Solution

kartik13
Communicator

Found the way

<script type="text/javascript" src="{{SPLUNKWEB_URL_PREFIX}}/static/app/app_name/myscript.js"></script>

View solution in original post

0 Karma

kartik13
Communicator

Found the way

<script type="text/javascript" src="{{SPLUNKWEB_URL_PREFIX}}/static/app/app_name/myscript.js"></script>
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...