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
Get Updates on the Splunk Community!

New Year, New Changes for Splunk Certifications

As we embrace a new year, we’re making a small but important update to the Splunk Certification ...

Stay Connected: Your Guide to January Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...

[Puzzles] Solve, Learn, Repeat: Reprocessing XML into Fixed-Length Events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...