File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
<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
3
4
4
5
Kibana plugin to Visualize aggregations as an interactive [ VisJS] ( http://visjs.org/docs/network ) Graph network of related nodes.
5
6
6
7
##### Ideal companion of [ gun] ( https://github.com/amark/gun ) , examples available at [ gun-elastic] ( https://github.com/lmangani/gun-elastic )
7
8
8
- ## Git Install
9
+ ### Git Install
9
10
```
10
11
cd $KIBANA_HOME/plugins
11
12
git clone https://github.com/lmangani/kbn_graph graph_vis
12
13
cd graph_vis
13
14
npm install
14
15
```
15
16
16
- ## Usage
17
+ ### Usage
17
18
* Choose an index
18
19
* Select a cascading set of Terms aggregations
19
20
* Hit Play
@@ -36,7 +37,7 @@ Nodes can be used to generate positive or negative Kibana filters.
36
37
Consistent colors for nodes are automatically seeded by the key-value with no user interaction.
37
38
38
39
39
- ## Acknowledgement
40
+ ### Acknowledgement
40
41
41
42
Plugin Based on a Fork of the awesome [ kbn_network] ( https://dlumbrer.github.io/kbn_network/ )
42
43
You can’t perform that action at this time.
0 commit comments