sirensolutions/kibi_radar_vis

Name: kibi_radar_vis

Owner: Siren

Description: A Radar (or Spider) Chart plugin for Kibi 0.3.x+ or Kibana 4.3.x+ free as in beer and speech, enjoy! Sign up to our mailing list on http://siren.solutions for the most exciting updates about Kibana modding :)

Created: 2015-12-18 11:47:02.0

Updated: 2018-04-26 14:23:06.0

Pushed: 2018-04-27 15:50:12.0

Homepage:

Size: 558

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Kibi/Kibana Radar Chart Plugin

This is a plugin for Kibana and Kibi (our extention of Kibana for Relational Data)

A radar chart is a graphical method of displaying multivariate data in the form of a two-dimensional chart of three or more quantitative variables represented on axes starting from the same point. The relative position and angle of the axes is typically uninformative.

image image

Compatibility

This plugin can be installed in both:

The following table shows the compatibility between releases of Kibi/Kibana and Radar Chart Plugin plugin

Kibi/Kibana|Radar Chart Plugin —–|—– 5.6.4|master 5.2.2|branch-5.2.2 5.2.1|branch-5.2.1 5.2.0|branch-5.2.0 5.1.2|branch-5.1.2 5.1.1|branch-5.1.1 5.0.2|branch-5.0.2 5.0.1|branch-5.0.1 5.0.0|branch-5.0.0 4.6.4|branch-4.6.4 4.6.3|4.5.3 4.5.x|4.5.3 4.4.x|4.4.2 4.3.x|0.1.0

Installation
Automatic

For kibi/kibana 4.x

for kibi
bin/kibi plugin -i kibi_radar_vis -u  https://github.com/sirensolutions/kibi_radar_vis/archive/4.5.3.zip
for kibana
bin/kibana plugin -i kibi_radar_vis -u  https://github.com/sirensolutions/kibi_radar_vis/archive/4.5.3.zip

For kibi/kibana 5.x.x (replace the 5.x.x with correct version number)

for kibi
bin/kibi-plugin install https://github.com/sirensolutions/kibi_radar_vis/releases/download/5.x.x/kibi_radar_vis-5.x.x.zip
for kibana
bin/kibana-plugin install https://github.com/sirensolutions/kibi_radar_vis/releases/download/5.x.x/kibi_radar_vis-5.x.x.zip
Manual

For kibi/kibana 4.x

t clone https://github.com/sirensolutions/kibi_radar_vis.git
 kibi_radar_vis
m install
m run build
 -R build/kibi_radar_vis KIBANA_FOLDER_PATH/installedPlugins/

For kibi/kibana 5.x

t clone https://github.com/sirensolutions/kibi_radar_vis.git
 kibi_radar_vis
t checkout branch-5.x.x
m install
m run build
 -R build/kibana/kibi_radar_vis KIBANA_FOLDER_PATH/plugins/
Uninstall

For kibi/kibana 4.x

for kibi
n/kibi plugin  --remove kibi_radar_vis
for kibana
n/kibana plugin  --remove kibi_radar_vis

For kibi/kibana 5.x

for kibi
n/kibi-plugin remove kibi_radar_vis
for kibana
n/kibana-plugin remove kibi_radar_vis
Development
Demo

heroes

Create a sample index with the commands below and then create a new radar visualization.

rl -XPUT 'http://localhost:9200/hero' -d '

appings": {
"Hero": {
  "properties": {
    "name": {
      "type": "string",
      "index": "not_analyzed"
    }
  }
}




rl 'http://localhost:9200/hero/Hero' -d '

ame": "Thor",
ntelligence": 2,
trength": 7,
peed": 7,
urability": 6,
nergy": 6,
ighting": 4,
escription": "god-like durability"



rl 'http://localhost:9200/hero/Hero' -d '

ame": "Iron Man",
ntelligence": 6,
trength": 6,
peed": 5,
urability": 6,
nergy": 6,
ighting": 4,
escription": "smart entreprenuer"



rl 'http://localhost:9200/hero/Hero' -d '

ame": "Captain America",
ntelligence": 3,
trength": 3,
peed": 2,
urability": 3,
nergy": 1,
ighting": 6,
escription": "only human"



rl 'http://localhost:9200/hero/Hero' -d '

ame": "Hulk",
ntelligence": 6,
trength": 7,
peed": 3,
urability": 7,
nergy": 1,
ighting": 4,
escription": "brilliant scientist"


The metrics define the dimensions of the chart, and should be at least three. Each colored area is defined in the bucket section, e.g., a hero's name.

heroes params


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.