Skip to content

lmangani/kibana_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Network Plugin for Kibana 5.5.X

Kibana plugin to Visualize aggregations as an interactive VisJS Graph network of related nodes.

Ideal companion of gun, examples available at gun-elastic

Git Install

cd $KIBANA_HOME/plugins
git clone https://github.com/lmangani/kbn_graph graph_vis
cd graph_vis
npm install

Archive Install

Replace the link with your release of choice:

kibana-plugin install https://github.com/lmangani/kibana_graph/releases/download/5.5.x/graph_vis-5.5.0.zip

Usage

  • Choose an index
  • Select a cascading set of Terms aggregations
  • Hit Play

The plugin will automatically display a network of node with sizes and relations derived from the returned aggregations.

Infinite Nodes

A (virtually) unlimited number of aggregations can be used to populate the network.

image

Interactive Context Filtering

Nodes can be used to generate positive or negative Kibana filters.

Consistent Colors

Consistent colors for nodes are automatically seeded by the key-value with no user interaction.

Acknowledgement

Plugin Based on a Fork of the awesome kbn_network

Elasticsearch and Kibana are trademarks of Elasticsearch BV, registered in the U.S. and in other countries.