ob-kb-funnel icon indicating copy to clipboard operation
ob-kb-funnel copied to clipboard

Support for Kibana 6.1

Open ryovaldi opened this issue 6 years ago • 11 comments

when will this plugin support Kibana ver. 6.1?

ryovaldi avatar Mar 01 '18 01:03 ryovaldi

Yeah, I could really use this also..

thekofimensah avatar Mar 02 '18 02:03 thekofimensah

I made some fixes to use it on 5.6.3, maybe it works on 6.1 also.

ob-kb-funnel fork

vinuales avatar Mar 15 '18 18:03 vinuales

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

thekofimensah avatar Mar 15 '18 22:03 thekofimensah

Hi @seanziee, never faced that error... Sorry :( Maybe in 5.6.3 it was solved?

vinuales avatar Mar 19 '18 09:03 vinuales

@vinuales I was trying on 5.6.3.. what exact steps did you take to install it?

thekofimensah avatar Mar 19 '18 09:03 thekofimensah

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

thekofimensah avatar Apr 10 '18 21:04 thekofimensah

I would like this to support version 6.2.3 too. If it supports 6.1 it should be easy do adapt.

GMartinez-Sisti avatar Apr 11 '18 14:04 GMartinez-Sisti

If anyone wants the workaround I created to create a funnel diagram (using the Transform plugin), let me know!

thekofimensah avatar Apr 12 '18 21:04 thekofimensah

@seanziee please share 😃

GMartinez-Sisti avatar Apr 13 '18 12:04 GMartinez-Sisti

@GMartinez-Sisti Just created a little write up here: https://github.com/seanziee/kibanaConversionFunnel/

@Ryovaldi14011 FYI

thekofimensah avatar Apr 14 '18 00:04 thekofimensah

FYI I have a fork working for 6.2.4 available here if anyone needs it https://github.com/aaron-horst/ob-kb-funnel

aaron-horst avatar Jun 15 '18 16:06 aaron-horst