- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ddrillic
Ultra Champion
08-14-2017
07:39 AM
A developer created a JavaScript code for our dashboard. He wonders whether we, the admins, can put it under <app>/appserver/static
. Is it a valid way and are there other ways to deploy JavaScript code to our apps?
According to How to load Javascript & CSS in Splunk to build a dashboard?
<app>/appserver/static
is the way....
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

andrei1bc
Communicator
08-14-2017
08:06 AM
Hi,
All steps are outlined here : http://dev.splunk.com/view/webframework-developapps/SP-CAAAE4A
Dashboard should contain:
<dashboard script="filename.js" stylesheet="filename.css">
Regards,
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

andrei1bc
Communicator
08-14-2017
08:06 AM
Hi,
All steps are outlined here : http://dev.splunk.com/view/webframework-developapps/SP-CAAAE4A
Dashboard should contain:
<dashboard script="filename.js" stylesheet="filename.css">
Regards,
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ddrillic
Ultra Champion
08-14-2017
08:28 AM
Great - thank you.
