We are running Kibana behind nginx. Once we launch the page, we receive the dialog box to enter the credentials and post submitting, we are receiving the "kibana did not load properly" error message. And this error is intermittent. We have looked at Kibana logs and found nothing.
Also, we have x-pack basic license installed. And have defined the following settings in kibana.yml:
xpack.security.enabled: false
xpack.monitoring.report_stats: false
xpack.apm.ui.enabled: false
This sort of behavior is creating bad impression of the QOS provided.
Can you guys have a look at this issue please. We have launched our Elasticstack and it is ingesting production logs now. So, we would like to get this resolved ASAP to rule out the negative impression among the users.
Since you're running Kibana behind Nginx, you should check its (Nginx's) logs and see if there are any errors being logged when you get the "kibana did not load properly" message.
You should also try bypassing Nginx and working with your Kibana instance directly: that way you'll know if this has anything to do with Nginx at all.
Thanks for the response KBuev. The issue was with one of the LDAP server (which resides in a different data center) network connectivity. We had two LDAP authentications defined in nginx config. Deleting the config for the problematic LDAP server in the nginx configuration has fixed the issue.
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.