Skip to content

Commit

Permalink
[sankey-vis] Update to 8.9 & 8.10 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Bassem Chagra <bassem.chagra@uniberg.com>
  • Loading branch information
ch-bas and Bassem Chagra authored Sep 22, 2023
1 parent 864c3a1 commit 118781a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,29 @@

This is a sankey diagram visType plugin for Kibana.

The plugin is compatible with Kibana: 5.3 && 6.x && 7.x && 8.8.x .
The plugin is compatible with Kibana: 5.3 && 6.x && 7.x && 8.10.x .

This plugin was developped from <https://github.com/elastic/kibana/pull/4832>.
This plugin was developed from <https://github.com/elastic/kibana/pull/4832>.

Here is an example:

![Sankey](sankey_7_10_Screenshot1.png)
![Sankey](sankey_8.png)

# Install

```
git clone https://github.com/uniberg/kbn_sankey_vis.git sankey_vis
cd sankey_vis
yarn install
yarn compile
yarn start
```
# Use
In development mode:
* Navigate to Kibana (http://localhost:5601).
* Go to "Visualize" app.
* Go to "Visualize Library" app.
* Click "Create visualization".
* Click "Aggregation Based".
* Choose "Sankey Diagram"
# Uninstall

Expand All @@ -38,5 +41,5 @@ git clone https://github.com/uniberg/kbn_sankey_vis.git sankey_vis
cd sankey_vis
[optional] git checkout -branch
yarn install
yarn build --kibana-version X.Y.Z # replace 'X.Y.Z' by desired Kibana version
yarn compile-and-build
```
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kbn-sankey-vis",
"version": "8.8.2",
"version": "8.8.9",
"kibana": {
"version": "kibana"
},
Expand All @@ -21,7 +21,7 @@
"test": "nyc --all mocha",
"build": "node ../../scripts/plugin_helpers.js build",
"compile-and-build": "node ../../scripts/plugin_helpers.js build",
"compile": "rm -rf ./target && node ../../../scripts/plugin_helpers.js build --kibana-version none --skip-archive && mv build/kibana/kbnSankeyVis/target . && rm -rf build/*"
"compile": "rm -rf ./target && export NODE_OPTIONS=--openssl-legacy-provider && node ../../scripts/plugin_helpers.js build --kibana-version none --skip-archive && mv build/kibana/kbnSankeyVis/target . && rm -rf build/*"
},
"dependencies": {
"angular": "^1.8.0",
Expand Down
Binary file removed sankey_7_10_Screenshot1.png
Binary file not shown.
Binary file added sankey_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 118781a

Please sign in to comment.