You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
I tried to use this plugin with Kibana 6.0.0-beta1
When I click the "ElastAlert" menu item in Kibana. I get the following error message:
Uncaught TypeError: Cannot read property 'get' of undefined (http://localhost:5601/bundles/elastalert.bundle.js?v=15799:29) Version: 6.0.0-beta1 Build: 15799 Error: Uncaught TypeError: Cannot read property 'get' of undefined (http://localhost:5601/bundles/elastalert.bundle.js?v=15799:29) at window.onerror (http://localhost:5601/bundles/commons.bundle.js?v=15799:90:24604)
I logged in to my kibana docker container and had a look /usr/share/kibana/optimize/bundles/elastalert.bundle.js
However, this is not very readable as it seems to be generated code. Where do I have to start if I want to fix it? Unfortunately, I never did nodejs development before.
The text was updated successfully, but these errors were encountered:
Hello,
I tried to use this plugin with Kibana 6.0.0-beta1
When I click the "ElastAlert" menu item in Kibana. I get the following error message:
Uncaught TypeError: Cannot read property 'get' of undefined (http://localhost:5601/bundles/elastalert.bundle.js?v=15799:29) Version: 6.0.0-beta1 Build: 15799 Error: Uncaught TypeError: Cannot read property 'get' of undefined (http://localhost:5601/bundles/elastalert.bundle.js?v=15799:29) at window.onerror (http://localhost:5601/bundles/commons.bundle.js?v=15799:90:24604)
I logged in to my kibana docker container and had a look /usr/share/kibana/optimize/bundles/elastalert.bundle.js
However, this is not very readable as it seems to be generated code. Where do I have to start if I want to fix it? Unfortunately, I never did nodejs development before.
The text was updated successfully, but these errors were encountered: