Kibana plugin to Visualize aggregations as an interactive VisJS Graph network of related nodes.
Ideal companion of gun, examples available at gun-elastic
cd $KIBANA_HOME/plugins
git clone https://github.com/lmangani/kbn_graph graph_vis
cd graph_vis
npm 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
- 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.
A (virtually) unlimited number of aggregations can be used to populate the network.
Nodes can be used to generate positive or negative Kibana filters.
Consistent colors for nodes are automatically seeded by the key-value with no user interaction.
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.