When I upload a file say css, js etc using the Splunk web(ie through 'App Name'->Edit properties->Upload File),
where does it get saved (ie location path like splunk_home/etc/apps/local) in my splunk instance?
Note:I am running splunk instance on Windows
NB:Please forgive me if it is too trivial.I am a beginner here trying to learn Splunk.
Hi @jeswin96 ,
All the assets uploaded through SplunkWeb will be available at,
$SPLUNK_HOME$/etc/apps/<app_name>/appserver/static/
Hi @jeswin96 ,
All the assets uploaded through SplunkWeb will be available at,
$SPLUNK_HOME$/etc/apps/<app_name>/appserver/static/
Hi jeswin96,
it depends on the app in which you'r uploading your files, in other words, the uploaded files are in:
if you installed Splunk in C:\Program Files
and you're uploading file in an app called my_app
, you have your uploaded files in:
C:\Program Files\splunk\etc\apps\my_app\appserver\static
Ciao.
Giuseppe