souzadevinicius / kbn_polar

Polar area visualization for Kibana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polar visualization for Kibana

This is a plugin developed for Kibana that you can build polar visualziations

Installation Steps from Kibana docs

cd KIBANA_HOME
./bin/kibana-plugin install \
    https://github.com/dlumbrer/kbn_polar/releases/download/Kibana-6.x/kbn_polar.zip

Installation Steps from release

  1. Go to releases and download the right one for your Kibana
  2. unzip/untar it into KIBANA_HOME/plugins
  3. Start your Kibana

Installation Steps from GitHub source code

  1. Move into plugins folder:  cd KIBANA_HOME/plugins

  2. Clone the source code (it depends on your Kibana's version):

    • Kibana 6.3 or upper: git clone https://github.com/dlumbrer/kbn_polar.git -b 6-dev
    • Kibana 6.0, 6.1 or 6.2: git clone https://github.com/dlumbrer/kbn_polar.git -b 6.2-dev
  3. Install dependencies:

    cd kbn_polar
    npm install
    
  4. 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

Uninstall:

cd KIBANA_HOME
rm -rf plugins/kbn_polar/

or

cd KIBANA_HOME
./bin/kibana-plugin remove kbn_polar

Example of use

Example

Help me to improve! 😄

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.

For anything, contact me: dmorenolumb@gmail.com

About

Polar area visualization for Kibana

License:Apache License 2.0


Languages

Language:JavaScript 93.6%Language:CSS 3.5%Language:HTML 2.9%