Valid SPLK-2001 Dumps shared by ExamDiscuss.com for Helping Passing SPLK-2001 Exam! ExamDiscuss.com now offer the newest SPLK-2001 exam dumps, the ExamDiscuss.com SPLK-2001 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SPLK-2001 dumps with Test Engine here:
Given a dashboard with a Simple XML extension in myApp, what is the XML reference for the file myJS.js located in myOtherApp in the location shown below? $SPLUNK_HOME/etc/apps/myOtherApp/appserver/static/javascript/
Correct Answer: C
Explanation The correct answer is C, because the XML reference for the file myJS.js located in myOtherApp is <dashboard script="myOtherApp:javascript/myJS.js">. The script attribute specifies the path to the JavaScript file that contains the custom logic for the dashboard. The path must start with the app name, followed by a colon, and then the relative path to the file within the appserver/static folder of the app. The other options are incorrect because they either omit the app name, the colon, or the javascript subfolder.