Kibana did not load properly. After setting up with nginx reverse proxy Kibana did not load properly. After setting up with nginx reverse proxy elasticsearch elasticsearch

Kibana did not load properly. After setting up with nginx reverse proxy


Nginx reverse proxy setup for Kibana:

I am using Kibana 7.5 version I have faced this issue with Nginx. I have added configuration for following entries in the Nginx configuration file. It is fixed.

/app|/translations|/node_modules|/built_assets/|/bundles|/es_admin|/plugins|/api|/ui|/elasticsearch|/spaces/enter


You need to set server.basePath to /kibana

Enables you to specify a path to mount Kibana at if you are running behind a proxy. This only affects the URLs generated by Kibana, your proxy is expected to remove the basePath value before forwarding requests to Kibana. This setting cannot end in a slash (/).