- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a configuration to restart Splunk web without asking for credentials?
Hello,
Is there a way to restart splunk web without being asked for session credentials?
[splunk@splunk]$ splunk restart splunkweb
Your session is invalid. Please login.
Splunk username:
I would like to have this scheduled in order to get updates for https://splunk:8000/en-US/static/app/my_app/my_csv.csv
Or even better, a way to get that csv link updated, as the only way I found was through splunk web restart ( I have the add-on for debug refresh, but it doesn't seem to work in my enviroment)
Thank you!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @marian_coman,
You can run below command and pass admin username and password in command itself.
$SPLUNK_HOME/bin/splunk restart splunkweb -auth <USER>:<PASSWORD>
I hope this helps.
Thanks,
Harshil
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @harsmarvania57, this would work , but I would prefer not to put credential in a scheduled task/script.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

hello there,
does \debug\refresh works?
put in url: http://YourSplunkServer:8000/en-US/debug/refresh
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It works, but it's not the desired approach, I need to get the .csv file updated daily and would need a way to automate this.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

If debug/refresh
works for you have a look at this app https://splunkbase.splunk.com/app/1871/ and you can use the pre-built saved search to schedule the reload 😉
cheers, MuS
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey MuS, I have your add-on installed, it runs successfully for "| refresh" (all the components are with status 200) but for some reason it doesn't refresh the CSV in static... but http://YourSplunkServer:8000/en-US/debug/refresh does instead...
