Closed tehmoon closed 4 months ago
From the stack trace, it looks like path: basePath,
which is set to ''
in my config, is the culprit.
Removing server.basePath
made it work. I'll leave the ticket open in case you guys need to do anything.
Pinging @elastic/kibana-operations (Team:Operations)
Pinging @elastic/kibana-platform (Team:Platform)
There has been a more explicit error message about the problem for a long time now
Closing.
Kibana version: 7.5.0
Elasticsearch version: 7.5.0
Server OS version: ubuntu 16.4
Browser version: not a browser bug
Browser OS version: not a browser bug
Original install method (e.g. download page, yum, from source, etc.): tarball from the website then extract
Describe the bug: It looks like there is a
path
variable that is empty and blocks the startup process of kibana. See the error log below.Steps to reproduce:
sudo -u elastic_kibana ./bin/kibana -c <config_file> --verbose
Expected behavior: kibana starts correctly
Screenshots (if relevant): N/A
Errors in browser console (if relevant): N/A
Provide logs and/or server output (if relevant):
Any additional context: