3D_kibana_charts_vis icon indicating copy to clipboard operation
3D_kibana_charts_vis copied to clipboard

Kibana 5.1.2 not displaying visualization

Open thehybridtechnician opened this issue 8 years ago • 4 comments

Testing this plugin on Kibana 5.1.2.

On any of the 3D visualizations, no visualizations are displayed and I get the following error.

TypeError: Cannot read property 'id' of undefined
    at Object.fn (kibana.bundle.js?v=14588:170)
    at Scope.$digest (commons.bundle.js?v=14588:39)
    at Scope.$apply (commons.bundle.js?v=14588:39)
    at done (commons.bundle.js?v=14588:37)
    at completeRequest (commons.bundle.js?v=14588:37)
    at XMLHttpRequest.xhr.onload (commons.bundle.js?v=14588:37)
(anonymous) @ commons.bundle.js?v=14588:38
(anonymous) @ commons.bundle.js?v=14588:37
$digest @ commons.bundle.js?v=14588:39
$apply @ commons.bundle.js?v=14588:39
done @ commons.bundle.js?v=14588:37
completeRequest @ commons.bundle.js?v=14588:37
xhr.onload @ commons.bundle.js?v=14588:37

Any ideas?

thehybridtechnician avatar Feb 07 '17 23:02 thehybridtechnician

Hi,

I have been checking the code and this can only occur when there was a problem retrieving the metric configured. Are you sure you have correctly configured the metrics, and there is any data within the restrictions of buckets and metrics you have made?

Also, try to change to other metrics and buckets to see if any is working. I will check in detail if this problem persists.

Regards,

Vio

virusu avatar Feb 08 '17 16:02 virusu

@virusu,

Thanks for responding.

I think I figured it out. The error is not in relation to the chart. What I found as the problem is that I hadn't added both buckets. I was just doing count and date histogram so it wasn't built all the way out.

thehybridtechnician avatar Feb 08 '17 16:02 thehybridtechnician

Oh, I see. That makes sense.

I will try to add something not to end the execution unexpectedly in this cases as it is doing now.

Contact me if there are any further issues.

Regards

virusu avatar Feb 08 '17 16:02 virusu

The same question Kibana 5.1.2

TypeError: Cannot read property 'id' of undefined
    at Object.fn (kibana.bundle.js?v=8467:173)
    at Scope.$digest (commons.bundle.js?v=8467:39)
    at Scope.$apply (commons.bundle.js?v=8467:39)
    at done (commons.bundle.js?v=8467:37)
    at completeRequest (commons.bundle.js?v=8467:37)
    at XMLHttpRequest.xhr.onload (commons.bundle.js?v=8467:37)

0312birdzhang avatar Feb 22 '17 06:02 0312birdzhang