-
Notifications
You must be signed in to change notification settings - Fork 96
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
Support for kibana 7.6.X #83
Comments
Hi , tks for the patch. I try to implement it, however not sure if I do the right way. Tks |
Hi, you have to clone the repository in the plugins directory that you can found in the kibana folder. This is the list of command to do, inside the plugins directory:
|
It works, tks. |
Hi pchakour, |
Any update on this? Is the updated version released for 7.6.2 ? |
Thanks for your patch! I tried it and almost got me there, but I had to modify the package.json to make it work in Kibana 7.6.2
I removed the "kibana" node of the package.json and updated the vis-data version to 6.5.1. With this changes I did an @dlumbrer do you want a PR with this changes? The patch of @pchakour and my changes to package.json |
Submitted #85 |
Hello everyone :)
I make the migration of the plugin for kibana 7.6.X. Feel free to use it or not.
This is the zip containing the patch : kbn_network_7.6.X.zip
The patch include:
To apply it, you have to :
7-dev
git am --signoff -k < PATCH_PATH
yarn
commandThe text was updated successfully, but these errors were encountered: