Getting Data In

Error 303

BorisRendon
Loves-to-Learn

I'm using a VM.

 

I did install the software correctly and I had to change the default port (8000) to the port 80.

I cant access the interface and when I make a curl command the answer is this: 

"curl http://analytics_splunk:80 <!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta http-equiv="refresh" content="1;url=http://analytics_splunk/en-US/"><title>303 See Other</title></head><body><h1>See Other</h1><p>The resource has moved temporarily <a href="http://analytics_splunk/en-US/">here</a>.</p></body></html>
[root@analytics_splunk bin]# "http://analytics_splunk/en-US/
"

 

I'd really need some help

Labels (2)
0 Karma

scelikok
SplunkTrust
SplunkTrust

Splunk uses HTTP 303 redirects if you call /. curl command with -L switch should have result different.

Anyway, since you are getting this reply, it proves that Splunk is listening port 80 and there is no firewall issue.

If you cannot access interface outside of VM, you may check your VM network interface settings on your virtualization host. 

If this reply helps you an upvote and "Accept as Solution" is appreciated.
0 Karma

scelikok
SplunkTrust
SplunkTrust

Hi @BorisRendon,

Pleas try with below; you should tell curl to follow redirects;

curl -L http://analytics_splunk:80
If this reply helps you an upvote and "Accept as Solution" is appreciated.

BorisRendon
Loves-to-Learn

I dont see any redirect there

0 Karma
Get Updates on the Splunk Community!

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

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...