This is a plugin developed for Kibana that you can build radar visualziations
cd KIBANA_HOME
./bin/kibana-plugin install \
https://github.com/dlumbrer/kbn_radar/releases/download/Kibana-6.X/kbn_radar.zip
- Go to releases and download the right one for your Kibana
- unzip/untar it into
KIBANA_HOME/plugins - Start your Kibana
-
Move into plugins folder:
cd KIBANA_HOME/plugins -
Clone the source code (it depends on your Kibana's version):
- Kibana 6.3 or upper:
git clone https://github.com/dlumbrer/kbn_radar.git -b 6-dev - Kibana 6.0, 6.1 or 6.2:
git clone https://github.com/dlumbrer/kbn_radar.git -b 6.2-dev
- Kibana 6.3 or upper:
-
Install dependencies:
cd kbn_radar npm install -
Start Kibana
Important: If you have any problem with the plugin version (like a warning message "it expected Kibana version "x.x.x", and found "x.x.x"") only change the value of the "version" tag on the package.json to your Kibana version
cd KIBANA_HOME
rm -rf plugins/kbn_radar/
or
cd KIBANA_HOME
./bin/kibana-plugin remove kbn_radar
If there's any problem or doubt, please, open a Github Issue (Pull Request) or contact me via email (dmorenolumb@gmail.com). It would be very helpful if you tried it and tell me what you think of it, the errors and the possible improves that I could make.