All Projects → JuanCarniglia → area3d_vis

JuanCarniglia / area3d_vis

Licence: other
3D Graph Visualization for Kibana 5

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to area3d vis

Elasticambari
Elastic Service for Ambari
Stars: ✭ 108 (+285.71%)
Mutual labels:  kibana, elastic
Elastic
Elastic Stack (6.2.4) 을 활용한 Dashboard 만들기 Project
Stars: ✭ 121 (+332.14%)
Mutual labels:  kibana, elastic
Microservice Monitoring
Monitor your Spring Boot application with the Elastic Stack all around
Stars: ✭ 114 (+307.14%)
Mutual labels:  kibana, elastic
ELK-Hunting
Threat Hunting with ELK Workshop (InfoSecWorld 2017)
Stars: ✭ 58 (+107.14%)
Mutual labels:  kibana, elastic
Elastic Charts
📊 Elastic Charts library
Stars: ✭ 191 (+582.14%)
Mutual labels:  kibana, elastic
Elasticsearch Cli
Command line interface for ElasticSearch
Stars: ✭ 70 (+150%)
Mutual labels:  kibana, elastic
Elastic Docker
Example setups for Elasticsearch, Kibana, Logstash, and Beats with docker-compose
Stars: ✭ 118 (+321.43%)
Mutual labels:  kibana, elastic
clinical nlp elastic
Clinical NLP Analysis with Elasticsearch and Kibana
Stars: ✭ 32 (+14.29%)
Mutual labels:  kibana, elastic
Docker Elastic Stack
ELK Stack Dockerfile
Stars: ✭ 175 (+525%)
Mutual labels:  kibana, elastic
Elastic Stack
Aprenda Elasticsearch, Logstash, Kibana e Beats do jeito mais fácil ⭐️
Stars: ✭ 135 (+382.14%)
Mutual labels:  kibana, elastic
Pfelk
pfSense/OPNsense + ELK
Stars: ✭ 417 (+1389.29%)
Mutual labels:  kibana, elastic
kbn circles vis
Kibana 4.4.1 D3 Circles Packing Visualization
Stars: ✭ 30 (+7.14%)
Mutual labels:  kibana, elastic
Helk
The Hunting ELK
Stars: ✭ 3,097 (+10960.71%)
Mutual labels:  kibana, elastic
Sentinl
Kibana Alert & Report App for Elasticsearch
Stars: ✭ 1,233 (+4303.57%)
Mutual labels:  kibana, elastic
kibana graph
Interactive Network Graph Visualization For Kibana (unmaintained)
Stars: ✭ 38 (+35.71%)
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 (+5942.86%)
Mutual labels:  kibana, elastic
seahorse
ELKFH - Elastic, Logstash, Kibana, Filebeat and Honeypot (HTTP, HTTPS, SSH, RDP, VNC, Redis, MySQL, MONGO, SMB, LDAP)
Stars: ✭ 31 (+10.71%)
Mutual labels:  kibana, elastic
icingabeat
Elastic Beat fetching events & status from Icinga 2
Stars: ✭ 36 (+28.57%)
Mutual labels:  kibana, elastic
Sigmaui
SIGMA UI is a free open-source application based on the Elastic stack and Sigma Converter (sigmac)
Stars: ✭ 123 (+339.29%)
Mutual labels:  kibana, elastic
jmx-monitoring-stacks
No description or website provided.
Stars: ✭ 170 (+507.14%)
Mutual labels:  kibana, elastic

area3d_vis

3D Graph Visualization for Kibana 5 and 6.0.0-alpha1!

This is the first version of a 3D Graph Visualization plugin for Kibana 5.0 / 6.0.0-alpha1.

The idea behind this visualization is to add a new interesting Graph feature, to the current Kibana series of charts and metrics, to show 3D data.

If you really liked this and feel like making a donation : Contribute!

Charts are rendered using the awesome js component called Vis.js, developed by @almende (https://github.com/almende/vis).

Here are some screenshots of how it's coming out. I hope you like it!

Surface Area Surface Area - Random Values Dashboard showing multiple charts

The visualization needs one Metric (Count, Avg, Sum, Max, Min) which will be the Z value, and two Aggregators (X, Y).

The X and Y Aggregations should be Terms aggregations (in the example, over the property xposition and yposition correspondingly).

In this example I'm plotting the performance indicators of an imaginary, solar panel array.

You need to install first Vis.js !

So the installation instructions should be:

While on the [kibana_home]/src/core_plugins ...

git clone https://github.com/JuanCarniglia/area3d_vis
cd area3d_vis
npm install

Actually all you need is Vis, so you can just:

npm install vis

On the test_data folder, there are scripts to create an Index, and to input some fake data into in, as in these examples.

  • make.bat (Deletes and Creates an index called "solarpanels" with some mapping)
  • solarpanels_data.bat (Adds some data)
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].