Hi,
Could anyone help me? I have been struggling on making my ELK stable without any result. Requests work from time to time and then I would get a Discover: Request Timeout after 30000ms
My setup (with all the latest versions)
I have been enabling all logs and could not see anything in particular.
Thanks for your help and don't hesitate to ask me for any configuration or logs.
Cheers,
Pascal B.
This also happens to me with Elasticsearch 2.3.2 and Kibana 4.5. I had to restart elasticsearch server but I'm afraid this could happen regularly.
I also tried by installing another Kibana with an ElasticSearch acting just as a client node on another server. The error is still appearing.
This happens when Elasticsearch is under heacy load or excessive garbage collection. You probably need more resource for you elasticsearch installation, you can turn up the timeout in the config file, but that will only help so much
we have the same problem, since moving to ES 2.3 and Kibana 4.5. we see this after we rotate nodes, or re-indexing. it takes a while for things to get stable again.
our client apps still behave as we expect.
just installed kibana 4.5.1, and it looks much better. re-indexing 4 indexes now, and kibana is still responsive. cluster coping fine with re-indexing and querying load at the same time.
If your elasticsearch.url is a web address such as abc.cloudplatform.com. You have to add :80 after the url.
Note that if you use a service that has SSL applied to ElasticSearch, you'd use https:// and :443
Most helpful comment
If your elasticsearch.url is a web address such as abc.cloudplatform.com. You have to add :80 after the url.