Kibana 6.0.0-rc2 does not show heartbeat visualization

Hello,

I have an elasticsearch cluster configured for monitoring with heartbeat. While everything works good since I upgraded the version from rc1 to rc2 the Kibana does not display the heartbeat "HTTP up status" visualization. While browsing the response I can see responsing coming from the elasticsearch.

In the developer console I can see the following:

 [Log] Promise: (commons.bundle.js, line 2)
"Detected an unhandled Promise rejection.
TypeError: undefined is not an object (evaluating 'bucket.doc_count')"
 [Error] Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'bucket.doc_count')
(anonymous function) (kibana.bundle.js:250:28220)
promiseReactionJob

Any way to fix this issue?

Regards,
Peter

Hey @zozo6015 this is being caused by this known bug, if you want to subscribe to that issue you should be able to track it's resolution.

Thank you