Intermittent Error opening kibana

Hello,
When I open the kibana page, i intermittently recieve the following error, how do i go about fiixing this?

Error: unhandled courier request error: Cannot read property 'docs' of undefined
at handleError (https://logstash.mydomain.com/bundles/kibana.bundle.js?v=9889:78902:23)
at DocRequest.AbstractReqProvider.AbstractReq.handleFailure (https://logstash.mydomain.com/bundles/kibana.bundle.js?v=9889:78822:15)
at https://logstash.mydomain.com/bundles/kibana.bundle.js?v=9889:78716:18
at Array.forEach (native)
at https://logstash.mydomain.com/bundles/kibana.bundle.js?v=9889:78714:19
at processQueue (https://logstash.mydomain.com/bundles/commons.bundle.js?v=9889:42357:29)
at https://logstash.mydomain.com/bundles/commons.bundle.js?v=9889:42373:28
at Scope.$eval (https://logstash.mydomain.com/bundles/commons.bundle.js?v=9889:43601:29)
at Scope.$digest (https://logstash.mydomain.com/bundles/commons.bundle.js?v=9889:43412:32)
at Scope.$apply (https://logstash.mydomain.com/bundles/commons.bundle.js?v=9889:43709:25)

Here's one resolved issue you could check; https://github.com/elastic/kibana/issues/6719

If you scroll down to about the middle of the page you see where the problem was traced to a cors setting in Elasticsearch which changed from one release to another.

If this doesn't help, please respond with your versions of Elasticsearch and Kibana, which browser you are using, and if it was an upgrade or a clean install on your current versions.

Thanks,
Lee