Kibana plugin to Visualize aggregations diagrams using mscgenjs for rendering.
Adjust the Kibana version in package.json
or release.sh
before execution:
VERSION="6.2.4" ./release.sh
Each branch should contain a release or dist
folder with installable versions of the plugin, ie:
kibana-plugin install https://github.com/lmangani/kibana_diagram/raw/master/dist/kibana_diagram-6.2.4.zip
- Choose an index
- Select a cascading set of 2+ Terms aggregations
- Hit Play
The plugin will automatically display a diagram with relations derived from the returned aggregations.
- This plugin is experiemental - use at your own risk!
- Contributors are welcome! Join us make this into something useful!
- Implement Agg to Diagram baseline
- Implement colors in xu
- Implement links in xu
- Implement non-aggregated doc flows like discovery
- Deep Test & Debug
Elasticsearch and Kibana are trademarks of Elasticsearch BV, registered in the U.S. and in other countries.
Visualization based on mscgenjs, a GPL-3.0 project by Sander Verweij