Skip to content

Guygolpur/cdf-plugin

Repository files navigation

CDF

CDF plugin for Kibana 7.12.0

The purpose of this documentation is to guide you through the installation and usage process of the CDF plugin

Development

See the kibana contributing guide for instructions setting up your development environment.

Start with Kibana

Install Git bash to your machine.
Install the version of Node.js listed in the .node-version file.
Clone the kibana repo, change directory into it, and then checkout to 7.12 branch.
git clone https://github.com/[YOUR_USERNAME]/kibana.git kibana
cd kibana
git checkout 7.12
Install the lastest version of yarn v1.
Bootstrap Kibana and install all the dependencies:
yarn kbn bootstrap
Execute this to install node_modules and setup the dependencies in your plugin and in Kibana
yarn plugin-helpers build
Execute this to create a distributable version of this plugin that can be installed in Kibana

Start with CDF

Clone the CDF repo into the plugin directory.
cd plugins
git clone https://github.com/[YOUR_USERNAME]/cdf-plugin.git
Run locally.
yarn start --run-examples

Build

Execute the next commant:
yarn plugin-helpers build
Then, choose version 7.12.0 as the Kibana version

About

CDF visualization plugin for kibana 7.12

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published