root@host:/splunk/splunk/bin# ./splunk status
splunkd is running (PID: 27525).
splunk helpers are running (PIDs: 27526).
splunkweb is running (PID: 27537).
cat /splunk/splunk/etc/system/local/web.conf
[default]
[settings]
httpport = 8001
The netstat command shows that it is listening on the port 8001. I even changed the port and it had no effect.
I checked the logs and it is mostly just info events. I don't think I'm being blocked on a firewall either because I am able to telnet to the server using the port specified.
... View more