Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jan 22, 2018
1 parent b482439 commit 8dc7967
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
<img width=222 src="https://user-images.githubusercontent.com/1423657/35244908-15f41bd4-ffc2-11e7-9303-9a87a271d67a.png"/>
# Graph Network Plugin for Kibana 5.5.X

## 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
### Git Install
```
cd $KIBANA_HOME/plugins
git clone https://github.com/lmangani/kbn_graph graph_vis
cd graph_vis
npm install
```

## Usage
### Usage
* Choose an index
* Select a cascading set of Terms aggregations
* Hit Play
Expand All @@ -36,7 +37,7 @@ 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.


## Acknowledgement
### Acknowledgement

Plugin Based on a Fork of the awesome [kbn_network](https://dlumbrer.github.io/kbn_network/)

Expand Down

0 comments on commit 8dc7967

Please sign in to comment.