Skip to content

Commit 8dc7967

Browse files
authored
Update README.md
1 parent b482439 commit 8dc7967

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
<img width=222 src="https://user-images.githubusercontent.com/1423657/35244908-15f41bd4-ffc2-11e7-9303-9a87a271d67a.png"/>
2-
# Graph Network Plugin for Kibana 5.5.X
2+
3+
## Graph Network Plugin for Kibana 5.5.X
34

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

67
##### Ideal companion of [gun](https://github.com/amark/gun), examples available at [gun-elastic](https://github.com/lmangani/gun-elastic)
78

8-
## Git Install
9+
### Git Install
910
```
1011
cd $KIBANA_HOME/plugins
1112
git clone https://github.com/lmangani/kbn_graph graph_vis
1213
cd graph_vis
1314
npm install
1415
```
1516

16-
## Usage
17+
### Usage
1718
* Choose an index
1819
* Select a cascading set of Terms aggregations
1920
* Hit Play
@@ -36,7 +37,7 @@ Nodes can be used to generate positive or negative Kibana filters.
3637
Consistent colors for nodes are automatically seeded by the key-value with no user interaction.
3738

3839

39-
## Acknowledgement
40+
### Acknowledgement
4041

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

0 commit comments

Comments
 (0)