Skip to content

lmangani/kibana_diagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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