- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
Where Should I put the JS files — not able to find appserver and then static folder?
I am not able to find the path, where I should keep my js and css files in Splunk Enterprise.
Please help.
Thanks in advance.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In addition to the path given by @harsmarvania57 , you can also upload them directly through splunk web interface given that you have the permissions.
Go to Manage Apps, then go to app name Actions column->Edit properties->Upload Assets , choose file and save.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In addition to the path given by @harsmarvania57 , you can also upload them directly through splunk web interface given that you have the permissions.
Go to Manage Apps, then go to app name Actions column->Edit properties->Upload Assets , choose file and save.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Vijeta, it worked for me.
Regards,
Vaibhav Vijay
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where can you see all the javascript files you have uploaded?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi,
You need to put custom js and css files in $SPLUNK_HOME/etc/apps/<APP_NAME>/appserver/static
directory. If this directory does not exist in your app then you can create it. Please refer documentation https://docs.splunk.com/Documentation/Splunk/7.2.1/AdvancedDev/UseCSS
