Security

Is there a configuration to restart Splunk web without asking for credentials?

marian_coman
Explorer

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!

0 Karma

harsmarvania57
Ultra Champion

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

0 Karma

marian_coman
Explorer

Hi @harsmarvania57, this would work , but I would prefer not to put credential in a scheduled task/script.

0 Karma

adonio
Ultra Champion

hello there,

does \debug\refresh works?
put in url: http://YourSplunkServer:8000/en-US/debug/refresh

0 Karma

marian_coman
Explorer

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.

0 Karma

MuS
SplunkTrust
SplunkTrust

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

0 Karma

marian_coman
Explorer

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...

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...