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 (1)
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!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...