I started Splunk on a Linux VM on virtual box. I am trying to browse the Splunk console using http://:8000 after the daemon is started and it gives the request timed out error in the browser. What could be the reason? Any help is appreciated.
Let's start with basic troubleshooting:
ps -ef | grep splunk
netstat -tulpn
Which OS are you using?
If you are using CentOS, check to make sure firewalld is not started and also check to see if selinux is running. Disable those and see if you can see if Splunk Web works then.
You can also comment on which user you installed Splunk as, anything but root without the actual requirement of being a separate user might be your issue also.
Let's start there and then see what we can find out!
-Kristerpher
Let's start with basic troubleshooting:
ps -ef | grep splunk
netstat -tulpn
Which OS are you using?
If you are using CentOS, check to make sure firewalld is not started and also check to see if selinux is running. Disable those and see if you can see if Splunk Web works then.
You can also comment on which user you installed Splunk as, anything but root without the actual requirement of being a separate user might be your issue also.
Let's start there and then see what we can find out!
-Kristerpher
I meant to say "http://servername:8000"
Also, are you attempting to connect from within the same Linux VM setup or outside from another host? You could be dealing with a firewall blocking you out. Ensure you have enabled that port in your firewall setup.
What does the splunkd.log say?