Giter Club home page Giter Club logo

Comments (8)

ranayayas avatar ranayayas commented on July 20, 2024 1

It works, tks.
In my case, I have to do
yarn --ignore-engines install

from kbn_network.

maintain3r avatar maintain3r commented on July 20, 2024 1

Hi pchakour,
I try to use it with Kibana 7.6.2 and Elastiflow 4-beta-1 and it fails. The patch proposed above works with only when kibana-7.6.2 + elastiflow-3.5.2.
Thank you.

from kbn_network.

cpiment avatar cpiment commented on July 20, 2024 1

This is the list of command to do, inside the plugins directory:

  • git clone https://github.com/dlumbrer/kbn_network.git
  • cd kbn_network
  • git checkout a4a1cdb
  • git am --signoff -k < PATCH_PATH
  • yarn install

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

$ git diff package.json
diff --git a/package.json b/package.json
index 7c3b64b..770c029 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,6 @@
 {
   "name": "network_vis",
-  "version": "7.5.2",
-  "kibana": {
-    "version": "kibana"
-  },
+  "version": "7.6.2",
   "authors": [
     "David Moreno Lumbreras <[email protected]>"
   ],
@@ -17,7 +14,7 @@
     "randomcolor": "^0.5.0",
     "keycharm": "^0.2.0",
     "moment": "^2.24.0",
-    "vis-data": "^6.2.1",
+    "vis-data": "^6.5.1",
     "vis-util": "^1.1.8"
   }
 }

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 npm install instead of yarn install and zipped the plugin and installed it with kibana-plugin install.

@dlumbrer do you want a PR with this changes? The patch of @pchakour and my changes to package.json

from kbn_network.

cpiment avatar cpiment commented on July 20, 2024 1

Submitted #85

from kbn_network.

ranayayas avatar ranayayas commented on July 20, 2024

Hi ,

tks for the patch. I try to implement it, however not sure if I do the right way.
Is the clone etc is performed in home folder or kibana folder?
Can you give example of the command being used especially for the yarn

Tks

from kbn_network.

pchakour avatar pchakour commented on July 20, 2024

Hi,

you have to clone the repository in the plugins directory that you can found in the kibana folder.
If the plugins directory doesn't exist, create it...

This is the list of command to do, inside the plugins directory:

  • git clone https://github.com/dlumbrer/kbn_network.git
  • cd kbn_network
  • git checkout a4a1cdb
  • git am --signoff -k < PATCH_PATH
  • yarn install

from kbn_network.

Malwar3Ninja avatar Malwar3Ninja commented on July 20, 2024

Any update on this? Is the updated version released for 7.6.2 ?

from kbn_network.

dlumbrer avatar dlumbrer commented on July 20, 2024

@dlumbrer do you want a PR with this changes? The patch of @pchakour and my changes to package.json

That would be awesome! Please, submit a PR to the 7-dev branch

from kbn_network.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.