Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lmangani/kibana_graph

Interactive Network Graph Visualization For Kibana (unmaintained)
https://github.com/lmangani/kibana_graph

elastic graph graph-database gun gundb kibana network plugin relations vis visjs

Last synced: 3 months ago
JSON representation

Interactive Network Graph Visualization For Kibana (unmaintained)

Awesome Lists containing this project

README

        

## Graph Network Plugin for Kibana 5.5.X

Kibana plugin to Visualize aggregations as an interactive [VisJS](http://visjs.org/docs/network) Graph network of related nodes.

##### Ideal companion of [gun](https://github.com/amark/gun), examples available at [gun-elastic](https://github.com/lmangani/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](https://github.com/lmangani/kibana_graph/releases) 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](https://user-images.githubusercontent.com/1423657/35237124-f135b018-ffa9-11e7-8375-12665257c04b.png)

#### 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](https://dlumbrer.github.io/kbn_network/)

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