-
Notifications
You must be signed in to change notification settings - Fork 31
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
kibana 7.0 support #55
Comments
Tried building and installing for 7.0.1, and it appears that the kibana libraries have changed. Error: handler method did not return a value, a promise, or throw an error
at module.exports.internals.Manager.execute (/usr/share/kibana/node_modules/hapi/lib/toolkit.js:52:29)
at process._tickCallback (internal/process/next_tick.js:68:7) The 7.x support will probably take a little time, but I am working on supporting it. PR will be posted when I make progress. EDIT: The root problem refers to a change in the HApi framework documented here: https://www.elastic.co/blog/kibana-plugin-api-changes-in-6-6. |
I have submitted a PR for an updated version to work with 7.0.x, and I have published a release binary that you can install on my fork. Let me know if there are issues with the port. |
I used the updated version submitted by @edmiester777 on 7.0.1, but I got an empty view. Does anyone know what I miss? |
can it support kibana 7.0?
The text was updated successfully, but these errors were encountered: