dlumbrer / kbn_network

Network Plugin for Kibana
https://dlumbrer.github.io/kbn_network/
Apache License 2.0
369 stars 96 forks source link

What to do? #36

Closed rcsmota closed 7 years ago

rcsmota commented 7 years ago

This should be a stupid question, but after installation how can i make a new visualization graph? It's supposed show a new visualization type on visualizer tab, add new visualizer?

image

I follow all steps and the installation looks fine to me.

image

Sorry but it's my first Kibana plugin. Now I only use ElastiFlow by Rob Cowart Thanks

robcowart commented 7 years ago

I have written an article on Linkedin that explains how to use kbn_network with data from ElastiFlow. Hopefully this will help.

https://www.linkedin.com/pulse/visualize-network-traffic-connections-elastiflow-kbn-robert-cowart/

dlumbrer commented 7 years ago

Wow @robcowart! An excellent article!! 👍

@rcsmota , are you checked that the version of package.json of the plugin is the same that your kibana?

Thanks!!

rcsmota commented 7 years ago

@robcowart this work perfectly, you did a really nice work in your article. Thanks to you I have kbn_network plugin up an running. Thanks.

@dlumbrer I did miss three steps on last installation explained from rob coward,git checkout 5.5.x, change version of package.json and run kibana at the end. I know it can be a "natural" process but to me (a newbie) it was crucial.

Thanks for both, time to learn more about this amazing plugin.