Skip to content
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

Open
chenchuangc opened this issue May 22, 2019 · 3 comments
Open

kibana 7.0 support #55

chenchuangc opened this issue May 22, 2019 · 3 comments

Comments

@chenchuangc
Copy link

can it support kibana 7.0?

@edmiester777
Copy link

edmiester777 commented May 25, 2019

Tried building and installing for 7.0.1, and it appears that the kibana libraries have changed.
The code gave the following exception:

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.

@edmiester777
Copy link

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.

@ych861031
Copy link

I used the updated version submitted by @edmiester777 on 7.0.1, but I got an empty view.

螢幕快照 2019-08-30 下午1 34 24

Does anyone know what I miss?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants