chenryn/kibana-authorization

table panel timeout at 30s?

chenryn opened this issue · 4 comments

If table recieve a large response body over 30 second, the panel won't refresh.

Found other panels won't render when browser got the es response body after 30 seconds.

Since all my own commit is only about single panels, maybe this bug was introduced by @tomcashman 's upgrade es.js version? -- elastic#1377

30 seconds is the default timeout on the Elasticsearch client. My changes were never merged into the main Kibana repository. However, I've updated my fork so that this value is configurable in config.js

@tomcashman much thanks to you. I use your 1377 PR for my fork.

cherry-pick the request_timeout commit.