kibana_diagram icon indicating copy to clipboard operation
kibana_diagram copied to clipboard

Experimental Flow Diagram Vis for Kibana 6.x

Kibana Diagram

Kibana plugin to Visualize aggregations diagrams using mscgenjs for rendering.

Create Kibana Plugin Release (zip)

Adjust the Kibana version in package.json or release.sh before execution:

 VERSION="6.2.4" ./release.sh

Install a GIT Release (adjust version)

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

Usage

  • 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.

ezgif com-optimize 3

Status

  • This plugin is experiemental - use at your own risk!
  • Contributors are welcome! Join us make this into something useful!

TODO

  • [x] Implement Agg to Diagram baseline
  • [x] Implement colors in xu
  • [ ] Implement links in xu
  • [ ] Implement non-aggregated doc flows like discovery
  • [ ] Deep Test & Debug

Acknowledgement

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