Hello, I'm having an odd issue that started after I went to restart. Issuing the ./splunk start command as the relevant user splunkd starts right up, but the start hangs at...
'Waiting for web server at https://127.0.0.1:8000 to be available.....'
Ports are open, server is listening on 8000 and my netstat -an | grep 8000 gives me
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:57576 127.0.0.1:8000 ESTABLISHED
tcp 308 0 127.0.0.1:8000 127.0.0.1:57576 ESTABLISHED
splunk command owns the process using port 57576 and splunkd is the listen/port 8000.
Not getting any errors in splunkd.log or web_service.log.
How should I proceed?
↧