Dashboards & Visualizations

Can you help me with a confusing visualization question?

bizsplunk
Engager

hi all,

i have a task to customize packaged apps from Splunkbase inside Splunk web(f.e. change visualization behavior).

I usually catch and edit the DOM tree in browser, but some things can be set in an easier way, via server side javascript. Moreover, any changes via npm run build comes to error, which is difficult to resolve. All documentations concerning developing apps do not put my mind in right way.

So the question is :
is it possible to refer to an app installed like an object in way like below?

require([
    'underscore',
    'jquery',
    'splunkjs/mvc',
    'my installed app',
    'splunkjs/mvc/simplexml/ready!'],
function(_, $, mvc, my installed app){
       reffer to my functions of app and change its behavior
})
0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...