Security

Why Splunk web login is returning HTTP 500 internal server error when splunkd fails to start up?

keio_splunk
Splunk Employee
Splunk Employee

Splunk web is returning HTTP 500 internal server error after entering login credential as splunkd fails to start up.
We have checked the server.conf:[httpServer] :disableDefaultPort is set to false.

0 Karma
1 Solution

keio_splunk
Splunk Employee
Splunk Employee

Splunkd fails to start due to parsing error of the web.conf:tools.sessions.timeout attribute:
xx-xx-xxxx xx:xx:xx.xxx +xxxx ERROR UiHttpListener - Can't parse tools.sessions.timeout value "240s", using default of 60
Note: Only integer value is allowed.

Splunkd is started and the HTTP 500 internal server error is resolved after correcting the timeout value to the default value of 60 in web.conf.
tools.sessions.timeout = 60

View solution in original post

0 Karma

keio_splunk
Splunk Employee
Splunk Employee

Splunkd fails to start due to parsing error of the web.conf:tools.sessions.timeout attribute:
xx-xx-xxxx xx:xx:xx.xxx +xxxx ERROR UiHttpListener - Can't parse tools.sessions.timeout value "240s", using default of 60
Note: Only integer value is allowed.

Splunkd is started and the HTTP 500 internal server error is resolved after correcting the timeout value to the default value of 60 in web.conf.
tools.sessions.timeout = 60

0 Karma

Shalini
New Member

Tried updating the timeout to 300 in web.conf still not working

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