Skip to content

elasticfence/kbn_sankey_vis

 
 

Repository files navigation

Kibana Sankey Diagram Plugin

This is a sankey diagram visType plugin for Kibana 4.3+.

This plugin was developped from elastic/kibana#4832.

Install

git clone https://github.com/chenryn/kbn_sankey_vis.git
cd kbn_sankey_vis
npm install
npm run build
cp -R build/kbn_sankey_vis KIBANA_FOLDER_PATH/installedPlugins/

** Note that in NTFS file systems, file paths that exceed 260 characters will fail with cp, you have to use ROBOCOPY:

robocopy /S build/kbn_sankey_vis KIBANA_FOLDER_PATH/installedPlugins/kbn_sankey_vis

** Also note that if npm run build fails, with a rsync.js error, it is likelly that you don't have RSYNC.EXE installed in your system, and also that you don't have it on your PATH environment variable.

Install it from https://www.itefix.net/cwrsync and run:

set PATH=%PATH%;{rsync installation directory}\bin

Uninstall

bin/kibana plugin  --remove kbn_sankey_vis

About

Sankey diagram for Kibana visualize.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.7%
  • CSS 2.2%
  • HTML 1.1%