Code Monkey home page Code Monkey logo

kbn_network's Introduction

Network Plugin for Kibana

This is a plugin developed for Kibana that displays a network node that link two fields that have been previously selected.

Installation Steps from release

Now this plugin is avalible for differents versions of Kibana (6, 5 and 4), in releases you can download the plugin with all its dependencies installed:

  1. Go to releases and download the right one for your Kibana
  2. unzip/untar it into KIBANA_HOME/plugins
  3. Start your Kibana

Installation Steps from GitHub source code

  1. Move into plugins folder: ย cd KIBANA_HOME/plugins

  2. Clone the source code (it depends on your Kibana's version):

    • Kibana 6.3 or upper: git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 6-dev
    • Kibana 6.0, 6.1 or 6.2: git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 6.2-dev
    • Kibana 5.5.X or 5.6.X: git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 5.5.x
    • Kibana 5.5.X or lower: git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 5.4.x
    • Kibana 4: git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 4.x
  3. Install dependencies:

    cd network_vis
    rm -rf images/
    npm install
    
  4. Start Kibana

Important: If you have any problem with the plugin version (like a warning message "it expected Kibana version "x.x.x", and found "x.x.x"") only change the value of the "version" tag on the package.json to your Kibana version

Uninstall:

cd KIBANA_HOME
rm -rf plugins/network_vis/

Types of networks

Two types of Nodes:

It can select 'Node'-'Node' in buckets to show a network that link two types of nodes. Each type is the result of the field selected.

Screenshot

Nodes linked by a Relationship:

First, select 'Node' on buckets for build the network of one type of nodes, it depends of the field it has been selected. After, select 'Relation' to link the nodes through a relationship that depends of the field it has been selected.

Screenshot

Integration on Dashboard

Completly integration on Dashboards with other visualizations.

Screenshot

User Guide

You can find an user guide in the file USER_GUIDE.md

Help me to improve! ๐Ÿ˜„

If there's any problem or doubt, please, open a Github Issue (Pull Request) or contact me via email ([email protected]). It would be very helpful if you tried it and tell me what you think of it, the errors and the possible improves that I could make.

For anything, contact me: [email protected]

kbn_network's People

Contributors

dlumbrer avatar numbnut avatar nico-df avatar cgiraldo avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.