All Projects → lmangani → kibana_diagram

lmangani / kibana_diagram

Licence: Apache-2.0 license
Experimental Flow Diagram Vis for Kibana 6.x

Programming Languages

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

Projects that are alternatives of or similar to kibana diagram

kibana graph
Interactive Network Graph Visualization For Kibana (unmaintained)
Stars: ✭ 38 (+153.33%)
Mutual labels:  kibana, vis
kibana calendar vis
Calendar heatmap visualization Kibana plugin
Stars: ✭ 38 (+153.33%)
Mutual labels:  kibana
yasa
Yet Another Solr Admin
Stars: ✭ 48 (+220%)
Mutual labels:  kibana
PlantUml-Language-Service
PlantUml Language Service extension for Visual Studio 2017 and 2019
Stars: ✭ 24 (+60%)
Mutual labels:  diagram
TikZ-diagrams
Diagrams I made using the excellent TikZ package for LaTeX
Stars: ✭ 24 (+60%)
Mutual labels:  diagram
glsp-server
Java-based server framework of the graphical language server platform
Stars: ✭ 25 (+66.67%)
Mutual labels:  diagram
CogStack-NiFi
Building data processing pipelines for documents processing with NLP using Apache NiFi and related services
Stars: ✭ 22 (+46.67%)
Mutual labels:  kibana
bpmn-layout-generators
Tools for generating missing BPMNDiagram elements in BPMN files
Stars: ✭ 27 (+80%)
Mutual labels:  diagram
dockelk
ELK log transport and aggregation at scale
Stars: ✭ 31 (+106.67%)
Mutual labels:  kibana
elk-tls-docker
This repository contains code to create a ELK stack with certificates & security enabled using docker-compose
Stars: ✭ 152 (+913.33%)
Mutual labels:  kibana
uml-diagram-for-kotlin-design-pattern-examples
UML diagram list of GoF design pattern examples written in Kotlin.
Stars: ✭ 23 (+53.33%)
Mutual labels:  diagram
area3d vis
3D Graph Visualization for Kibana 5
Stars: ✭ 28 (+86.67%)
Mutual labels:  kibana
kibana-multitenant-proxy
A proxy behind nginx while before kibana (4.x, 5.x) to provide data isolation for different users
Stars: ✭ 25 (+66.67%)
Mutual labels:  kibana
CVE-2019-7609
RCE on Kibana versions before 5.6.15 and 6.6.0 in the Timelion visualizer
Stars: ✭ 47 (+213.33%)
Mutual labels:  kibana
elastic-stax
elastic-stax Docker Compose projects => for learning/training purposes only!
Stars: ✭ 13 (-13.33%)
Mutual labels:  kibana
vis-plug
A minimal plugin-manager for vis
Stars: ✭ 17 (+13.33%)
Mutual labels:  vis
PlantUml.Net
a .Net wrapper for PlantUml
Stars: ✭ 35 (+133.33%)
Mutual labels:  diagram
Mermaid
Provides a parser function to generate diagrams and flowcharts with the help of the mermaid script language
Stars: ✭ 27 (+80%)
Mutual labels:  diagram
Mxgraph-EasyFlowEditor
基于mxGraph+vue设计的流程图编辑器
Stars: ✭ 73 (+386.67%)
Mutual labels:  diagram
aws-elb-logs-to-logstash
Consumes ELB & ALB logs and sends them to logstash for ingestion. Kibana dashboard included.
Stars: ✭ 26 (+73.33%)
Mutual labels:  kibana

Kibana Diagram

Kibana plugin to Visualize aggregations diagrams using mscgenjs for rendering.

Create Kibana Plugin Release (zip)

Adjust the Kibana version in package.json or release.sh before execution:

 VERSION="6.2.4" ./release.sh

Install a GIT Release (adjust version)

Each branch should contain a release or dist folder with installable versions of the plugin, ie:

kibana-plugin install https://github.com/lmangani/kibana_diagram/raw/master/dist/kibana_diagram-6.2.4.zip

Usage

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

The plugin will automatically display a diagram with relations derived from the returned aggregations.

ezgif com-optimize 3

Status

  • This plugin is experiemental - use at your own risk!
  • Contributors are welcome! Join us make this into something useful!

TODO

  • Implement Agg to Diagram baseline
  • Implement colors in xu
  • Implement links in xu
  • Implement non-aggregated doc flows like discovery
  • Deep Test & Debug

Acknowledgement

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

Visualization based on mscgenjs, a GPL-3.0 project by Sander Verweij

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