Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/lmangani/kibana_graph
- Owner: lmangani
- License: apache-2.0
- Created: 2018-01-22T16:45:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T22:13:32.000Z (over 6 years ago)
- Last Synced: 2024-10-03T12:33:10.959Z (4 months ago)
- Topics: elastic, graph, graph-database, gun, gundb, kibana, network, plugin, relations, vis, visjs
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 40
- Watchers: 8
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 PlayThe 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.