Skip to content

elasticfence/kibana_graph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

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.

About

Interactive Network Graph Visualization For Kibana

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.0%
  • HTML 25.3%
  • CSS 3.7%