Dashboards & Visualizations

Convert Splunk HTML back to XML

gokool2u
Explorer

Hi splunkers,

I have comverted an XML dsahboard into HTML to make some customization in styles. Now I would like to convert my HTML dashboard back to XML one. Is that possible?

0 Karma

rjthibod
Champion

It is not possible.

Depending on the styles changes, you will have to turn those changes into a custom CSS file (and maybe JS file) that you load in the original Simple XML dashboard.

In SimpleXML dashboards, you can extend them by updating the <form> element at the top of the file. For example, the following will load the two JS files and the once CSS file any time the dashboard is loaded.

<form script="custom.js,custom2.js" stylesheet="custom.css">

For an application, including files "dashboard.css" and "dashboard.js" in the directory "appserver/static/" of your app will result in these two files being automatically loaded for any SimpleXML dashboards in your app.

0 Karma

inventsekar
SplunkTrust
SplunkTrust

from http://dev.splunk.com/view/webframework-developapps/SP-CAAAEM2

To create an HTML version of the dashboard, click Create New. Or, to replace and write over the existing dashboard, click Replace Current.
Note Replacing the current dashboard makes the HTML version of the dashboard visible to users and hides the Simple XML version. You can revert to the Simple XML dashboard by deleting the HTML file. The file locations depend on the permissions (see below).

The location of the HTML file depends on the permissions you chose for the dashboard:

Private: $SPLUNK_HOME/etc/users/username/appname/local/data/ui/html
Shared: $SPLUNK_HOME/etc/apps/appname/local/data/ui/html

thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !
0 Karma

vinaykata
Path Finder

Thanks Inventseker!! This worked for me

0 Karma
Get Updates on the Splunk Community!

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...

Splunk AppDynamics Agents Webinar Series

Mark your calendars! On June 24th at 12PM PST, we’re going live with the second session of our Splunk ...

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2025 SplunkTrust is officially open! If you ...