Closed DarkBlaez closed 4 years ago
For those that are deploying in to Kubernetes, make sure you set the following in the helm chart. That is the only requirement if exposing via LoadBalancer for the web ui.
env: { "GRAYLOG_HTTP_EXTERNAL_URI": "http://[your url]:[port]/" <-- Do not forget the slash }
DB
This issue was closed without investigation. This issue still exist: self-links broken to web-interface #21469
A simple curl will show this... <!DOCTYPE html>
When using either ClusterIP or LoadBalancer (suspect NodePort as well) this will simply not work in a browser for the web interface.
For those that wish to adopt Graylog, it's a no-go as I suspect most will not try to spend hours trying to get this to work.
This issue exist in 3.1, 3.2, 3.3.4, that said it has become obvious no one has looked in to this since the original issue was stated (see top of this issue)
DB