All Projects → dlumbrer → Kbn_network

dlumbrer / Kbn_network

Licence: apache-2.0
Network Plugin for Kibana

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Kbn network

Pivot Kibana
Flexmonster Pivot plugin for Kibana
Stars: ✭ 58 (-82.89%)
Mutual labels:  elasticsearch, dashboard, kibana
Docker monitoring logging alerting
Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting.
Stars: ✭ 479 (+41.3%)
Mutual labels:  elasticsearch, dashboard, kibana
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+13448.67%)
Mutual labels:  elasticsearch, data-visualization, dashboard
Datastream.io
An open-source framework for real-time anomaly detection using Python, ElasticSearch and Kibana
Stars: ✭ 814 (+140.12%)
Mutual labels:  elasticsearch, dashboard, kibana
Elastic
Elastic Stack (6.2.4) 을 활용한 Dashboard 만들기 Project
Stars: ✭ 121 (-64.31%)
Mutual labels:  elasticsearch, dashboard, kibana
Docker Elastic
Deploy Elastic stack in a Docker Swarm cluster. Ship application logs and metrics using beats & GELF plugin to Elasticsearch
Stars: ✭ 202 (-40.41%)
Mutual labels:  elasticsearch, kibana
Wazuh Kibana App
Wazuh - Kibana plugin
Stars: ✭ 212 (-37.46%)
Mutual labels:  elasticsearch, kibana
Cryptotracker
A complete open source system for tracking and visualizing cryptocurrency price movements on leading exchanges
Stars: ✭ 336 (-0.88%)
Mutual labels:  elasticsearch, kibana
K8s Tew
Kubernetes - The Easier Way
Stars: ✭ 269 (-20.65%)
Mutual labels:  elasticsearch, kibana
Microservices Sample
Sample project to create an application using microservices architecture
Stars: ✭ 167 (-50.74%)
Mutual labels:  elasticsearch, kibana
Eui
Elastic UI Framework 🙌
Stars: ✭ 3,248 (+858.11%)
Mutual labels:  elasticsearch, kibana
Datagear
数据可视化分析平台,使用Java语言开发,采用浏览器/服务器架构,支持SQL、CSV、Excel、HTTP接口、JSON等多种数据源
Stars: ✭ 266 (-21.53%)
Mutual labels:  data-visualization, dashboard
Elastiflow
Network flow analytics (Netflow, sFlow and IPFIX) with the Elastic Stack
Stars: ✭ 2,322 (+584.96%)
Mutual labels:  elasticsearch, kibana
Mirage
🎨 GUI for simplifying Elasticsearch Query DSL
Stars: ✭ 2,143 (+532.15%)
Mutual labels:  elasticsearch, kibana
Webporter
基于 webmagic 的 Java 爬虫应用
Stars: ✭ 2,598 (+666.37%)
Mutual labels:  elasticsearch, kibana
Docker Elastic Stack
ELK Stack Dockerfile
Stars: ✭ 175 (-48.38%)
Mutual labels:  elasticsearch, kibana
Helk
The Hunting ELK
Stars: ✭ 3,097 (+813.57%)
Mutual labels:  elasticsearch, kibana
Anychart
AnyChart is a lightweight and robust JavaScript charting solution with great API and documentation. The chart types and unique features are numerous, the library works easily with any development stack.
Stars: ✭ 288 (-15.04%)
Mutual labels:  data-visualization, dashboard
Kibana
Your window into the Elastic Stack
Stars: ✭ 16,820 (+4861.65%)
Mutual labels:  elasticsearch, kibana
Metatron Discovery
Powerful & Easy way for big data discovery
Stars: ✭ 297 (-12.39%)
Mutual labels:  data-visualization, dashboard

Network Plugin for Kibana 5, 6 and 7

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

Link to the page: https://dlumbrer.github.io/kbn_network/

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 7.5 and upper: git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 7-dev
    • Kibana 7.0 to 7.4: git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 7.4-dev
    • Kibana 6.6 and upper: git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 6-dev
    • Kibana 6.5: git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 6.5-dev
    • Kibana 6.3 or 6.4: git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 6.4-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! 😄

You can contact or helping me if you have any issue by:

  • Opening an issue in the repository
  • Opening a PR
  • Sending an email to me!

This is an open source project that I maintain in my free time, as a hobby and my love for open source and data visualization. It is free as you know, but you can help me with a cup of coffee:

paypal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].