Only some users can login to kibana without Connection Failure

We are using kibana 3 and have found that when one user logs in, he has no problem but when another one logs in they get the following:


Connection Failed
Possibility #1: Your elasticsearch server is down or unreachable
This can be caused by a network outage, or a failure of the Elasticsearch process. If you have recently run a query that required a terms facet to be executed it is possible the process has run out of memory and stopped. Be sure to check your Elasticsearch logs for any sign of memory pressure.
Possibility #2: You are running Elasticsearch 1.4 or higher
Elasticsearch 1.4 ships with a security setting that prevents Kibana from connecting. You will need to set the following in your elasticsearch.yml:

http.cors.enabled: true
http.cors.allow-origin to the correct protocol, hostname, and port (if not 80) that your access Kibana from. Note that if you are running Kibana in a sub-url, you should exclude the sub-url path and only include the protocol, hostname and port. For example, http://mycompany.com:8080, not http://mycompany.com:8080/kibana.

Click back, or the home button, when you have resolved the connection issue


The configs are as suggested. The accounts that successfully login, do so consistently and those that get the error message, do so consistently. So it appears to be USER specific.

Has anyone experienced something similar? Thank you.

Kibana 3 has reached its EOL (you can view the support and timelines here https://www.elastic.co/support/eol), I would suggest upgrading if possible.

Thanks and that would be the obvious direction but thats not an option at the moment.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.