lmangani / kibana_diagram

Experimental Flow Diagram Vis for Kibana 6.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Implement Agg to Diagram baseline
  • 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

About

Experimental Flow Diagram Vis for Kibana 6.x

License:Apache License 2.0


Languages

Language:JavaScript 71.0%Language:HTML 14.2%Language:Shell 8.1%Language:CSS 6.7%