For the external URI I’ve also tried 0.0.0.0 ,but no success with the error:
We are experiencing problems connecting to the Graylog server running onhttp://MyElasticIP:9000/api/ . Please verify that the server is healthy and working correctly.
What I’m missing, unfortunately I found no hint googleing.
Thanks in advance!,
Christian
I noticed you’re referencing MyElasticIP in your post. Just a note that if that’s accurate, Elastic listens on 9200, so you wouldn’t see the Graylog UI there anyways. I’d recommend posting your full Docker compose config so that the community can better assist.
Thanks! That’s quite helpful. I don’t see anything that immediately sticks out, but I’d be keen to know what the Docker logs are saying. I’ll also post my standard docker-compose file that I use:
The two options that I’ve added ( GRAYLOG_ELASTICSEARCH_VERSION=7 and GRAYLOG_HTTP_ENABLE_CORS=true) have helped me in the past, as the first forces Graylog to just use Elasticsearch 7 rather than attempting to autodiscover the version, and the 2nd as that’s pretty much necessary at this point with any Graylog deployment.
But again, seeing the Docker logs might give some more direction, if you’re able to provide them.