Skip to content

bgeVam/kibana_treemap_visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Treemap visualization for Kibana

A treemap visualization for Kibana. Tested with Kibana 6.5.4.

Note: This is still work in progress.

Similar to a pie chart, this visualization displays the proportions of values within a metric. Sub-bucketing enables the metric to be split again, on proportions of another metric. Treemaps are used to display hierarchical structures, just like parent child relations. The advantage of treemaps over pie charts, is the fact that the human perception is not very good at comparing segments of a circular structure.

image

The example above shows the treemap used on Kibanas sample flight data. The top level of the treemap shows the carriers. When a carrier is selected, the next level in the treemap shows how the carriers are divided in terms of destination countries. Again, when a destination country is selected, the next level shows the weather of the destination countries, and so on and so forth.

Mentions

Thanks go out to user @ganeshv, who published this beautiful zoomable treemap for d3, which this plugin is based on. The initial zoomable treemap was published by Mike Bostock.

Installation

Kibana 6.5.4:

bin/kibana-plugin install https://github.com/bgeVam/kibana_treemap_visualization/releases/download/v6.5.4/kibana_treemap_visualization.zip

Uninstall

Kibana 6.x:

bin/kibana-plugin remove kibana_treemap_visualization

Compatibility

This plugin is compatible with the following versions of Kibana:

  • 6.5.4

Issues

Please file issues here.