Splunk Enterprise

How to make JavaScript applicable to all dashboards?

cuongnguyen112
Engager

Hi, I have a javascript file and I want it to be applicable to all dashboards

Are there any way to do that but not copy and paste the reference to each  html file ?

Thanks.

Labels (1)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@cuongnguyen112 

You can use dashboard.js to apply common logic in all dashboard.

`dashboard.js` is internally executed by The Splunk web  when any dashboard gets loaded.

You can create dashboard.js in YOUR_APP/appserver/static folder and  open any dashboard in that app.

require([
    'underscore',
    'splunkjs/mvc',
    'splunkjs/mvc/simplexml/ready!'
], function(_, mvc) {
    console.log("Kamlesh")
});

 

I hope this will help you to move you on 🙂 .

KV

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...