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!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

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

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...