In an attempt to access the web browser I get the following error message below:
" We are experiencing problems connecting to the Graylog server running on http://publicIP:9000/api/ . Please verify that the server is healthy and working correctly.
You will be automatically redirected to the previous page once we can connect to the server. "
Side notes:
Graylog pods are healthy. No information related to the browser in logs.
We already have an existing Elasticsearch running in Dev environment, and I’ve already integrated Graylog to our Elasticsearch cluster. The only thing at this point is getting past the web UI issue. I’ll appreciate any help and suggestions.
Here are the full details from the error web UI error :
[/quote]
Error message
Request has been terminated Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.
Original Request
GET http ://PublicIP:9000/api/system/sessions
Status code
undefined
Full error message
Error: Request has been terminated Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.
[/quote]
The pod seems to be working just fine, and there’s are no indications of any errors with regards to the webpage.
Side Note: I purposefully spaced the link GET http ://PublicIP:9000/api/system/sessions
you should really format your postings with markdown - that would help to read your provided information.
Let me say it again the rest API need to be reachable by your browser - or you need to work with a proxy that make it accessable. Or you need tell via configuration were your browser can reach the API.