Hello, i have ELK stack in one container and it's working (accessible via container port).
I wanna set up access to kibana interface via nginx (proxy_pass directive), but when i enter url, i've got the followong error message: Kibana did not load properly. Check the server output for more information.
Hello, thanks for the reply.
No, server.basePath isn't set. I've tryed to set it like /opt or /opt/kibana (location of kibana base directory in the container fs), but if it's set - kibana process always fails without logs. . .
server.basePath should be set to the path kibana lives under in your nginx proxy. It looks like you have nginx configured to use /kibana/ so server.basePath should also be /kibana/. Can't remember for sure if you need to include the slashes or not. Also, when nginx forwards the request to kibana it needs to remove that /kibana/ portion first.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.