After launching Kibana 5.6.6 it appears to crash unexpectedly. I can perform a couple of searches before it times out. We attempted to increase the timeout rate in the config file but that did not appear to help any suggestions would be greatly appreciated:
log [14:51:27.420] [error][status][plugin:elasticsearch@5.6.6] Status changed from green to red - Request Timeout after 3000ms
log [14:51:27.423] [error][status][ui settings] Status changed from green to red - Elasticsearch plugin is red
log [14:52:17.170] [error][admin][elasticsearch] Request error, retryingGET http://x.x.x.x:9200/_nodes?filter_path=nodes.*.version%2Cnodes.*.http.publish_address%2Cnodes.*.ip => socket hang up
log [14:52:47.170] [error][status][plugin:elasticsearch@5.6.6] Status changed from red to red - Request Timeout after 60000ms
log [14:52:49.359] [error][admin][elasticsearch] Request error, retryingPOST http://x.x.x.x:9200/.kibana/_msearch => socket hang up
log [14:53:19.363] [warning][admin][elasticsearch] Unable to revive connection: http://x.x.x.x:9200/
log [14:53:19.675] [error][admin][elasticsearch] Request error, retryingGET http://x.x.x.x:9200/_nodes?filter_path=nodes.*.version%2Cnodes.*.http.publish_address%2Cnodes.*.ip => socket hang up
log [14:53:49.678] [warning][admin][elasticsearch] Unable to revive connection: http://x.x.x.x:9200/
log [14:54:22.178] [warning][admin][elasticsearch] Unable to revive connection: http://x.x.x.x:9200/
log [14:54:22.179] [warning][admin][elasticsearch] No living connections log [14:54:22.181] [error][status][plugin:elasticsearch@5.6.6] Status changed from red to red - No Living connections
log [14:54:54.685] [warning][admin][elasticsearch] Unable to revive connection: http://x.x.x.x:9200/
log [14:54:54.686] [warning][admin][elasticsearch] No living connections log [14:55:27.190] [warning][admin][elasticsearch] Unable to revive connection: http://x.x.x.x:9200/
log [14:55:27.192] [warning][admin][elasticsearch] No living connections log [14:55:59.698] [warning][admin][elasticsearch] Unable to revive connection: http://x.x.x.x:9200/
log [14:55:59.699] [warning][admin][elasticsearch] No living connections log [14:56:32.202] [warning][admin][elasticsearch] Unable to revive connection: http://x.x.x.x:9200/
Also seeing this in Kibana UI:
Error: Request Timeout after 60000ms
at http://x.x.x.x:5601/bundles/kibana.bundle.js?v=15605:13:4431
at http://x.x.x.x:5601/bundles/kibana.bundle.js?v=15605:13:4852
The cluster health is green but as soon as I launch Kibana it wont stay up long once we start running searches. I have another UI to search elastic that is SQL based and I never have any issues but as soon as I start using Kibana and begin searching is when the issues begin.
Is Kibana hitting Elasticsearch directly, or do you have a load balancer or anything between? I would check that and the Elasticsearch logs. Kibana is getting a socket timeout on that connection so no much I can think to do on the Kibana side.
When we start running intensive searches I am unable to use postman or curl on the server to get cluster health its almost like the indexer is so busy it cant even run the cluster health command: localhost:9200/_cluster/health. I was alerted through a third party app that the cluster state is critical so I would assume it is in a Red state right now. Any suggestions on what could be causing this?
The problem is Kibana wont stay up without the cluster going red. However we would like to use Kibana without it crashing. What could we do to make sure it remains stable when performing searches on it? What I'm think is happening is that when we run a large search its opening closed indecies and causes the JVM to crash...
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.