November 2018
Beginner
298 pages
7h 51m
English
Since the Simple XML used to format Splunk dashboards ultimately gets converted to a standard web page, you can use custom JavaScript and CSS files to control objects on the dashboard page by adding script and/or stylesheet attributes to the opening <dashboard> or <form> tag, as shown in the following code:
<dashboard script="my_javascript_code.js" stylesheet="my_stylesheet.css">
Search the web for more information and examples—the opportunities are almost limitless.
Read now
Unlock full access