-
Notifications
You must be signed in to change notification settings - Fork 55
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
plugin doesn't support Kibana 6.5.1 #45
Comments
Hello, Any help would be appreciated. Regards, |
Any support for 6.5.1 or plans to? |
I just tried the plugin and it works in 6.5. What branch are you using? Master branch supports 6.5. I added 6.5 instructions to the readme. |
It works fine when using master branch. |
hi Nreese, we are integrating this time plugin with Kibana v6.5.4, however, we always encounter below error message when starting Kinaba after install this time plugin. |
What steps did you take to get that error? |
Hi Nreese, thank you for your reply! actually we are running Kibana on CentOS7.6 system, and there was no nodejs installed by default. In order to run the bower command, I install nodejs follow the commands in below link, https://www.rosehosting.com/blog/how-to-install-nodejs-bower-and-gulp-on-a-centos-7-vps, then I run the 'bower install' command and set kibana version to '6.5.4' in the package.json file. |
Just follow these instructions. You do not need to manually put anything in Kibana/node_modules.
|
yes, I first tried to follow this instruction. But it can not find bower command if I do not install nodejs and bower first. |
I'm facing problems to use plugin in latest 6.5.1 Kibana release
Version: 6.5.1 Build: 18763 Error: Error: [$injector:unpr] Unknown provider: timefilterProvider <- timefilter <- KbnTimeVisController http://errors.angularjs.org/1.6.9/$injector/unpr?p0=timefilterProvider%20%3C-%20timefilter%20%3C-%20KbnTimeVisController (http://localhost:5601/bundles/vendors.bundle.js:277) window.onerror@http://localhost:5601/bundles/commons.bundle.js:3:866767
Could someone look closer on that?
The text was updated successfully, but these errors were encountered: