uniberg / kbn_sankey_vis

Sankey diagram for Kibana visualize.
Apache License 2.0
28 stars 11 forks source link

kibana-plugin install vs. git clone/yarn #28

Closed joej closed 1 year ago

joej commented 1 year ago

The Install section suggests git clone + yarn to "install" What is the proper way to install via "kibana-plugin install " -- are the zip files install-able that way?

ch-bas commented 1 year ago

Yes you can do so by specifying the release version that is compatible with your kibana's version.

Neelam-zanvar commented 1 year ago

When i run the yarn stat command i am getting the following error yarn start yarn run v1.22.19 $ cd ../.. && node scripts/kibana --dev --oss internal/modules/cjs/loader.js:638 throw err; ^

Error: Cannot find module '/etc/kibana/scripts/kibana' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Function.Module.runMain (internal/modules/cjs/loader.js:831:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3) error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Using kibana version 8.7.0

ch-bas commented 1 year ago

Hi @Neelam-zanvar , the problem that you've described is not related to this issue. The plugin does not currently support Kibana's version 8.7.0. The migration to this new version is still in progress.

ch-bas commented 1 year ago

Closing this issue as no further answer was given.

Neelam-zanvar commented 1 year ago

Ok sure. Thanks for the response