I have installed Kibana in one of our test env server and have our web server(does not have internet connectivity) point to it (for exposing Kibana via https) .
But the css and js are not loading(seeing 404 in httpd logs) via web server. Is there any work around for it. It works well when directly accessing from the server in which it is installed.
It sounds like there may be something misconfigured in your reverse proxy. Running Kibana behind a reverse proxy is a supported (and recommended) workflow, so the static files should definitely appear.
You'll need to uncomment and set the server.basePath configuration in your config/kibana.yml. Also, you should probably point directly to http://XXXXL:5601 rather than to /app/kibana otherwise you'll need to be setting up custom proxies for every possible url combination in Kibana, which may even change from version to version.
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.