I need to upload CSS and HTML file on Splunk Cloud, Please help me with the steps to upload and use it in Dashboard customise. Since there is no option for upload asset in Splunk Cloud.
Hi @dinesh001kumar ,
the only way is to put them in an app or an add-on and submit them to upload.
If there isn't any issue you can upload it.
Otherwise you could ask this to Splunk Cloud Support, but I'm not sure that they will do.
Ciao.
Giuseppe
You can add files into an app and then package this to be uploaded to Splunk Cloud - it isnt possible to upload CSS/HTML via the UI in Splunk Cloud.
Create an app and add the required files to <APP NAME>/appserver/static/ so that they are then accessible within the app.
Have a look at https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/UseCSS#Customize_styling_and_behavio... for more info on using CSS too.
Please let me know how you get on and consider accepting this answer or adding karma this answer if it has helped.
Regards
Will