Visualize: Gateway Timeout

I followed Using Kibana in a Production Environment | Kibana User Guide [6.1] | Elastic, yet still experiencing:

Visualize: Gateway Timeout

Please advise.

Whats your setup? Where are you using it? Full error?

@mujtabahussain

my setup:

browser <-> (w/wo) nginx <-> kibana <-> elasticsearch node (coordinate only) <-> elasticsearch cluster

I tried from Google Chrome OS, Linux and MacOS using Google Chrome dev, Firefox ESR and Safari (respectively).

Kibana's error (via browser):

Error: Gateway Timeout
ErrorAbstract@https://kibana.x.com/bundles/kibana.bundle.js?v=16363:53:151667
StatusCodeError@https://kibana.x.com/bundles/kibana.bundle.js?v=16363:53:155112
respond@https://kibana.x.com/bundles/kibana.bundle.js?v=16363:53:161556
checkRespForFailure@https://kibana.x.com/bundles/kibana.bundle.js?v=16363:53:160796
AngularConnector.prototype.request/<@https://kibana.x.com/bundles/kibana.bundle.js?v=16363:47:27782
processQueue@https://kibana.x.com/bundles/commons.bundle.js?v=16363:29:132456
scheduleProcessQueue/<@https://kibana.x.com/bundles/commons.bundle.js?v=16363:29:133349
$RootScopeProvider/this.$get</Scope.prototype.$digest@https://kibana.x.com/bundles/commons.bundle.js?v=16363:29:144239
$RootScopeProvider/this.$get</Scope.prototype.$apply@https://kibana.x.com/bundles/commons.bundle.js?v=16363:29:147007
done@https://kibana.x.com/bundles/commons.bundle.js?v=16363:29:100015
completeRequest@https://kibana.x.com/bundles/commons.bundle.js?v=16363:29:104697
createHttpBackend/</xhr.onload@https://kibana.x.com/bundles/commons.bundle.js?v=16363:29:105435

I check both Kibana's and Elasticsearch's (coordinate only) node logs and other then my own requests, there are NO new messages at the time when error occurs (that's why I didn't include any initially with my post).

Can you ensure that you can hit the elastic node from the node that is running kibana?

communication between transport (coordinate) and rest of nodes (cluster) is fine, as Kibana works fine with quick requests.

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