Dashboards & Visualizations

How to add custom JavaScript to our dashboard? Can we put it under /appserver/static?

ddrillic
Ultra Champion

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....

0 Karma
1 Solution

andrei1bc
Communicator

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,

View solution in original post

0 Karma

andrei1bc
Communicator

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,

0 Karma

ddrillic
Ultra Champion

Great - thank you.

0 Karma
Get Updates on the Splunk Community!

Exciting News: The AppDynamics Community Joins Splunk!

Hello Splunkers,   I’d like to introduce myself—I’m Ryan, the former AppDynamics Community Manager, and I’m ...

The All New Performance Insights for Splunk

Splunk gives you amazing tools to analyze system data and make business-critical decisions, react to issues, ...

Good Sourcetype Naming

When it comes to getting data in, one of the earliest decisions made is what to use as a sourcetype. Often, ...