ob-kb-funnel
ob-kb-funnel copied to clipboard
Support for Kibana 6.1
when will this plugin support Kibana ver. 6.1?
Yeah, I could really use this also..
Hey @vinuales , awesome of you to do this. But I get this error which seems to be an error from the XML module itself, not from the funnel. How did you get around it?
When I clone into plugins, I go into the folder, npm install, then restart kibana and I get this:
ERROR in ./Desktop/ELK/kibana-5.6.3/plugins/ob-kb-funnel/~/xmlhttprequest/lib/XMLHttpRequest.js
Module not found: Error: Cannot resolve module 'child_process' in /Users/kofimensah/Desktop/ELK/kibana-5.6.3/plugins/ob-kb-funnel/node_modules/xmlhttprequest/lib
@ ./Desktop/ELK/kibana-5.6.3/plugins/ob-kb-funnel/~/xmlhttprequest/lib/XMLHttpRequest.js 15:12-36
Hi @seanziee, never faced that error... Sorry :( Maybe in 5.6.3 it was solved?
@vinuales I was trying on 5.6.3.. what exact steps did you take to install it?
A temporary solution is to go into XMLHttpRequest.js, and just delete the line that has child_process and then find the other dependents of child_process: I found two other lines that use it -- "spawn". It works for 5.6.3 when you do this and use @vinuales's fork. But still nothing for Kibana 6.X
I would like this to support version 6.2.3 too. If it supports 6.1 it should be easy do adapt.
If anyone wants the workaround I created to create a funnel diagram (using the Transform plugin), let me know!
@seanziee please share 😃
@GMartinez-Sisti Just created a little write up here: https://github.com/seanziee/kibanaConversionFunnel/
@Ryovaldi14011 FYI
FYI I have a fork working for 6.2.4 available here if anyone needs it https://github.com/aaron-horst/ob-kb-funnel