Splunk Enterprise

splunk always starts at 127.0.0.1:8000

crazyeva
Contributor

I have a problem
Splunk always start at http://127.0.0.1:8000 and ignor the interface IP address
it is newly installed in a virtual machine, RHEL 7, IP is set as 192.168.100.1
i access the machine with SSH, i mean the interface is alive, can be access to remotely
but it seems SPLUNK can not recognise it

Tags (2)
0 Karma
1 Solution

kml_uvce
Builder

check if you can telnet in port 8000 and 8089 from remote machine if not then these ports are blocked/not accessible.un-block them

kamal singh bisht

View solution in original post

stuxnet23
New Member

Was there a solution for this at the end ? I'm having the same issue.. Splunk is only binding to locahost

0 Karma

stuxnet23
New Member

I found the issue.. It was with permissions.. I kept executing the restart command under root
As soon as I changed user it worked

0 Karma

ithangasamy_spl
Splunk Employee
Splunk Employee

you can use the SPLUNK_BINDIP to start splunkd on a specific port
export SPLUNK_BINDIP=your-ip-addr
do a splunk start
you should see the splunk services binding to only the above IP
to make it permanent put this in etc/splunk-launch.conf

0 Karma

crazyeva
Contributor

thank you for helping
Splunk does start with the ip SPLUNK_BINDIP specified, but i still cant not access to splunk web through ip-addr:8000
after started, ip-addr:8089 ip-addr:8000 are listening, but can not telnet in from outside.

0 Karma

kml_uvce
Builder

check if you can telnet in port 8000 and 8089 from remote machine if not then these ports are blocked/not accessible.un-block them

kamal singh bisht

crazyeva
Contributor

thank you very much
that is my fault: firewall !
RHEL 7, "iptables off" is not effictive...
"systemctl disable firewalld" to shutdown firewall
By the way, splunk 6.2 does not support IE 11 !

0 Karma

crazyeva
Contributor

thank you
i cant telnet in either port,

i changed web port and splunkd port to 80 89, still get this:

Checking prerequisites...
Checking http port [80]: open
Checking mgmt port [89]: open
Checking appserver port [127.0.0.1:8065]: open
Checking kvstore port [8191]: open
Checking configuration... Done.
Checking critical directories... Done
Checking indexes...
Validated: _audit _blocksignature _internal _introspection _thefishbucket history main summary
Done
Checking filesystem compatibility... Done
Checking conf files for problems...
Done
All preliminary checks passed.

Starting splunk server daemon (splunkd)...

Done
[ OK ]

Waiting for web server at http://127.0.0.1:80 to be available... Done

........telnet ip-addr:22 successful

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...