-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run it on Kibana 5 #11
Comments
i tried with kibana 5.1.2, getting the above error |
Same here :( |
I just released a Kibana 6.0.0-alpha1 version of this plugin (Actually, a clone of this one). https://github.com/JuanCarniglia/kbn_sankey_vis Let me know if it works for you guys. Thanks! |
@JuanCarniglia your solution has a problem when running npm run build. It asks for babel-register, and even installing it, it gives the same error. And on your README file, the instructions are pointing to clone to this repo instead of yours. Just to fix that :) |
@muruga @khubdm2 @AdrianP- I got it working on Kibana 5.2.1. I based the code on @JuanCarniglia repo with the latest build he did for 6.0.0-alpha. The repo is https://github.com/WolfangAukang/kbn_sankey_vis |
Has anyone tried this with 5.4.1 ? I tried (for 5 minutes..) chenryn, JuanCarniglia and WolfangAukang and I'm getting all sort of errors. |
@rcfontana What kind of error are you receiving? I can help you EDIT: Have you changed the version at the package.json to the version you are using? |
Please paste the error result here. It might be a missing dependency or maybe a wrong path (A lot of them changed from 4.x to 5.x and to 6.x, but I don't believe many changed from 5.2.1 to 5.4.x. |
cd KIBANA_HOME/plugins Now I'm getting husky issues. some WARN issues: npm ERR! System Linux 3.16.0-4-amd64 |
Trying to get this working with Kibana 5.2.2. Have tired both the https://github.com/JuanCarniglia/kbn_sankey_vis and https://github.com/WolfangAukang/kbn_sankey_vis. Getting this error on kibana: /elk/bundles/commons.bundle.js?v=14723:38 TypeError: _d32.default.sankey is not a function |
I just installed the plugin on 5.3.3 via https://github.com/WolfangAukang/kbn_sankey_vis @chenryn: Is there a chance to merge his contribution into this main repo? Would be great to have a working installation process :) Or did you stop maintaining? |
No, i just cloned the repo and adapted the "version" in the package.json. After restarting kibana, it worked! |
@kaihil PR is welcome. |
@WolfangAukang: Could you do that PR? I'm not really into this kibana plugin stuff, but would highly appreciate it :) |
Sure, let me do some stuff (I have cloned it from JuanCarniglia instead of Chenryn) and I will be ready for the pull request |
Hey guys , there is someone why uses this pluging with kibana 5.5 ? |
Not working on 5.5.0 both repos |
Just committed a working version for Kibana 5.5 on my http://github.com/JuanCarniglia/kbn_sankey_vis, check the releases folder. |
Whn I try to run Kibana 5.1.1 after cloning this to the kibana plugins folder I cannot run Kibana any more until I uninstall this visualization.
The error when I try to run Kibana is:
FATAL TypeError: Cannot read property 'error' of undefined
at OptionManager.mergeOptions (/usr/share/kibana/node_modules/babel-core/lib/transformation/file/options/option-manager.js:126:28)
at OptionManager.addConfig (/usr/share/kibana/node_modules/babel-core/lib/transformation/file/options/option-manager.js:107:10)
at OptionManager.findConfigs (/usr/share/kibana/node_modules/babel-core/lib/transformation/file/options/option-manager.js:168:35)
at OptionManager.init (/usr/share/kibana/node_modules/babel-core/lib/transformation/file/options/option-manager.js:229:12)
at compile (/usr/share/kibana/node_modules/babel-core/lib/api/register/node.js:117:22)
at normalLoader (/usr/share/kibana/node_modules/babel-core/lib/api/register/node.js:199:14)
at Object.require.extensions.(anonymous function) [as .js] (/usr/share/kibana/node_modules/babel-core/lib/api/register/node.js:216:7)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Plugins. (/usr/share/kibana/src/server/plugins/plugin_collection.js:66:30)
at undefined.next (native)
at step (/usr/share/kibana/src/server/plugins/plugin_collection.js:22:273)
at /usr/share/kibana/src/server/plugins/plugin_collection.js:22:443
The text was updated successfully, but these errors were encountered: