helm / charts

⚠️(OBSOLETE) Curated applications for Kubernetes
Apache License 2.0
15.49k stars 16.78k forks source link

[stable/graylog] Still broken, self-link references incorrect #23524

Closed DarkBlaez closed 4 years ago

DarkBlaez commented 4 years ago

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>

Graylog Web Interface

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

DarkBlaez commented 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.

Additional environment variables to be added to Graylog pods

env: { "GRAYLOG_HTTP_EXTERNAL_URI": "http://[your url]:[port]/" <-- Do not forget the slash }

DB