-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
efk: "Kibana did not load properly" because of missing SERVER_BASEPATH #3071
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I wasn't able to replicate this, but I didn't get the proxy to work either: http://127.0.0.1:8001/api/v1/namespaces/kube-system/services/kibana-logging/proxy/ for me renders:
The logs for the pod seem OK though:
It's unclear to me if this is behaving as expected, or if a problem still exists. How did you see the SERVER_BASEPATH error? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it. Thank you for opening the issue! |
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Environment:
Linux 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3+deb9u1 (2017-12-23) x86_64 GNU/Linux
Minikube version (use
minikube version
): v.0.28.0cat ~/.minikube/machines/minikube/config.json | grep DriverName
): nonecat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
):What happened: When opening the kibana dashboard via proxy, it displayed
"Kibana did not load properly. Check the server output for more information."
in a big red box
What you expected to happen:
The Kibana dashboard to load
How to reproduce it (as minimally and precisely as possible):
Anything else do we need to know:
The SERVER_BASEPATH environment variable was missing. I could fix the issue on my system by adapting the kibana-logging replication controller by adding this:
SERVER_BASEPATH: /api/v1/namespaces/kube-system/services/kibana-logging/proxy
However I believe, the plugin should work out of the box via proxy
The text was updated successfully, but these errors were encountered: