I have a dashboard in an app that uses a .js file. I'd like to understand how to modify it, given that I'm on Splunk Cloud. I've already searched my platform, but I can't find anything like add-ons for .js files. However, I'm sure that my file is located at it-IT/static/app/app/yourfilename.js. I'd also like to know if, after modifying my file, I need to perform any refresh.
@omcollia- On Splunk Cloud -> You are not allowed to update JS from some other JS file in any way (programatically or manually not allowed).
So the only option you have is:
I hope this helps!!!
Splunk Cloud, you likely need admin or developer permissions to modify it. Since Splunk Cloud has restrictions on direct file modifications, you may need to package your changes as an app update and upload it via the App Manager. After modifying the file, try clearing your browser cache and refreshing Splunk (Ctrl + Shift + R). If changes don’t apply, restarting the app or reloading Splunk Web may help. For a deeper dive into this subject and to get all the necessary information, head over to the link here: https://mycompany.filemail.com/d/tlshgwozrbegjkz
@omcollia- On Splunk Cloud -> You are not allowed to update JS from some other JS file in any way (programatically or manually not allowed).
So the only option you have is:
I hope this helps!!!