Skip to content

aaronoah/kibana_calendar_vis

Repository files navigation

kibana_calendar_vis

A calendar heatmap visualization in Kibana Visualize app

Edit Data aggregations to see how it behaves when the Metric aggregation changes, view the tooltip attached to each cell.

Demo

Edit Options to see how it changes in terms of legends, etc. view the highlight feature.

Demo2

Installation

Copy installation file's url as same version of your kibana from the repository releases.

And

$ cd path/to/your/kibana
$ bin/kibana-plugin install <installation file's url>

As a reference, the following table describes the version compatibility with Kibana and the respective commands

Kibana version Command
6.4.0 ./bin/kibana-plugin install https://github.com/aaronoah/kibana_calendar_vis/releases/download/v6.4.0/kibana_calendar_vis-6.4.0.zip

Contribution

See contribution guide for setting up development environment or raise any issues and suggestions under the issues page.