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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...