prelert / kibana-swimlane-vis

Kibana swimlane visualization
Apache License 2.0
140 stars 41 forks source link

Kibana 7.2 support #56

Closed tonykoval closed 4 years ago

tonykoval commented 5 years ago

Hi, I tried with the latest version (7.2.0) and I got error in console: TypeError: Cannot read property 'id' of undefined at prelert_swimlane_vis_controller.js:115

peteharverson commented 5 years ago

Thanks for trying the swimlane out on Kibana 7.2.0 @tonykoval . I haven't packaged up a release or tested on 7.2.0 myself yet. It's possible there has been some change to the Kibana visualization API between 7.1 and 7.2 which will require a code change to the swimlane visualization. I'll aim to try it out on 7.2.0 in the next few days and will update this issue.

tonykoval commented 5 years ago

Thanks. :)

peteharverson commented 5 years ago

@tonykoval I've now tested the plugin on Kibana 7.2.0 and have hit the same error that you reported. There have been some fairly major changes to the plugin API in Kibana 7.2, as reported in this blog, so I'll need to make a few code changes to the swimlane visualization to get it working on 7.2. Looking into those now, and will update this issue when I've found a resolution.

tonykoval commented 5 years ago

update to 7.3.0, https://www.elastic.co/blog/kibana-plugin-api-changes-in-7.3

chopchop505 commented 5 years ago

Looking forward to upgrading to 7.3 as well.

peteharverson commented 4 years ago

I have now packaged up releases for 7.2.0 and 7.2.1 and published to the releases page.

Install instructions can be found here

I hope to have releases for 7.3 shortly, but there were several changes to the Kibana plugin API for 7.3 so some code changes are likely to be required.

peteharverson commented 4 years ago

I have now packaged up releases for 7.3.0, 7.3.1 and 7.3.2 and published to the releases page.

Install instructions can be found here

Please do report any issues you may find.