Hi everyone,
I’m getting a strange issue porting an AngularJS plugin from kibana 6.4.4 (it works fine with this release) to kibana 7.0.0; when I try to instantiate my plugin on a Visualize I get immediately the error shown in the picture below (“Error in visualization – column is undefined”). Kibana doesn’t log anything.
Environment: ELK 7.0.0 runs on a VM Ubuntu 18.04.2 LTS 64bit.
I made some correction in sm_status_light_vis.js and now, strangely, the error turned in "Error: Cannot read property 'aggConfig' of undefined" (showed once the first time after selecting an index, two time if I press the Refresh button):
in group: 'metrics'
...but..
I'don't see any drawing on Visual canvas, obviously after populating all necessary field as I did in 6.4.4 environment.
I put some console.log statements in sm_status_light_controller.js (updated on gist) but nothing is displayed in terminal where I've started kibana (yarn start from kibana dir): is it normal ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.