All Projects → lmangani → kibana_graph

lmangani / kibana_graph

Licence: Apache-2.0 License
Interactive Network Graph Visualization For Kibana (unmaintained)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to kibana graph

gun-scape
GunDB Cytoscape Graph Visualizer + Live Editor
Stars: ✭ 49 (+28.95%)
Mutual labels:  gun, gundb, relations
kbn circles vis
Kibana 4.4.1 D3 Circles Packing Visualization
Stars: ✭ 30 (-21.05%)
Mutual labels:  kibana, elastic
gunstore.io
Store your data in Gun DB by sending simple HTTP requests - based on jsonstore.io 💾 🚀
Stars: ✭ 32 (-15.79%)
Mutual labels:  gun, gundb
area3d vis
3D Graph Visualization for Kibana 5
Stars: ✭ 28 (-26.32%)
Mutual labels:  kibana, elastic
Docker Elastic Stack
ELK Stack Dockerfile
Stars: ✭ 175 (+360.53%)
Mutual labels:  kibana, elastic
Elastic Charts
📊 Elastic Charts library
Stars: ✭ 191 (+402.63%)
Mutual labels:  kibana, elastic
ELK-Hunting
Threat Hunting with ELK Workshop (InfoSecWorld 2017)
Stars: ✭ 58 (+52.63%)
Mutual labels:  kibana, elastic
Elastic Docker
Example setups for Elasticsearch, Kibana, Logstash, and Beats with docker-compose
Stars: ✭ 118 (+210.53%)
Mutual labels:  kibana, elastic
kibana diagram
Experimental Flow Diagram Vis for Kibana 6.x
Stars: ✭ 15 (-60.53%)
Mutual labels:  kibana, vis
next-eui-starter
Start building Kibana protoypes quickly with the Next.js EUI Starter
Stars: ✭ 74 (+94.74%)
Mutual labels:  kibana, elastic
kibana-keycloak
Secure kibana dashboards using keycloak
Stars: ✭ 40 (+5.26%)
Mutual labels:  kibana, elastic
Elastic Stack
Aprenda Elasticsearch, Logstash, Kibana e Beats do jeito mais fácil ⭐️
Stars: ✭ 135 (+255.26%)
Mutual labels:  kibana, elastic
Sigmaui
SIGMA UI is a free open-source application based on the Elastic stack and Sigma Converter (sigmac)
Stars: ✭ 123 (+223.68%)
Mutual labels:  kibana, elastic
jmx-monitoring-stacks
No description or website provided.
Stars: ✭ 170 (+347.37%)
Mutual labels:  kibana, elastic
Elastic
Elastic Stack (6.2.4) 을 활용한 Dashboard 만들기 Project
Stars: ✭ 121 (+218.42%)
Mutual labels:  kibana, elastic
awesome-elastic-stack
Awesome Elastic Stack
Stars: ✭ 29 (-23.68%)
Mutual labels:  kibana, elastic
icingabeat
Elastic Beat fetching events & status from Icinga 2
Stars: ✭ 36 (-5.26%)
Mutual labels:  kibana, elastic
Microservice Monitoring
Monitor your Spring Boot application with the Elastic Stack all around
Stars: ✭ 114 (+200%)
Mutual labels:  kibana, elastic
Redelk
Red Team's SIEM - tool for Red Teams used for tracking and alarming about Blue Team activities as well as better usability in long term operations.
Stars: ✭ 1,692 (+4352.63%)
Mutual labels:  kibana, elastic
gun-cassandra
Cassandra / Elassandra persistence layer for Gun DB 🔫
Stars: ✭ 14 (-63.16%)
Mutual labels:  gun, gundb

Graph Network Plugin for Kibana 5.5.X

Kibana plugin to Visualize aggregations as an interactive VisJS Graph network of related nodes.

Ideal companion of gun, examples available at gun-elastic

Git Install

cd $KIBANA_HOME/plugins
git clone https://github.com/lmangani/kbn_graph graph_vis
cd graph_vis
npm install

Archive Install

Replace the link with your release of choice:

kibana-plugin install https://github.com/lmangani/kibana_graph/releases/download/5.5.x/graph_vis-5.5.0.zip

Usage

  • Choose an index
  • Select a cascading set of Terms aggregations
  • Hit Play

The plugin will automatically display a network of node with sizes and relations derived from the returned aggregations.

Infinite Nodes

A (virtually) unlimited number of aggregations can be used to populate the network.

image

Interactive Context Filtering

Nodes can be used to generate positive or negative Kibana filters.

Consistent Colors

Consistent colors for nodes are automatically seeded by the key-value with no user interaction.

Acknowledgement

Plugin Based on a Fork of the awesome kbn_network

Elasticsearch and Kibana are trademarks of Elasticsearch BV, registered in the U.S. and in other countries.

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].