Bitergia Analytics Plugin for Kibana 7.10.0
Run the following command inside kibana/bin
.
kibana-plugin install "https://github.com/Bitergia/bitergia-analytics-plugin/releases/download/0.0.1_7.10.0/bitergiaAnalytics-7.10.0.zip"
-
Download Elasticsearch for the version that matches the Kibana version specified in package.json.
-
Download the Kibana source code for the version specified in package.json you want to set up.
See the Kibana contributing guide for more instructions on setting up your development environment.
-
Change your node version to the version specified in
.node-version
inside the Kibana root directory. -
Create a
plugins
directory inside the Kibana source code directory, ifplugins
directory doesn't exist. -
Check out this package from version control into the
plugins
directory.git clone https://github.com/Bitergia/bitergia-analytics-plugin plugins --no-checkout cd plugins echo 'bitergia-analytics-plugin/*' >> .git/info/sparse-checkout git config core.sparseCheckout true
-
Run
yarn kbn bootstrap
insidekibana/plugins/bitergia-analytics-plugin
.
Ultimately, your directory structure should look like this:
.
├── kibana
│ └──plugins
│ └── bitergiaAnalytics
To build the plugin's distributable zip simply run yarn build
.
Example output: ./build/bitergiaAnalytics-7.10.0.zip
-
yarn start
Starts Kibana and includes this plugin. Kibana will be available on
localhost:5601
.
See the LICENSE file for our project's licensing. We will ask you to confirm the licensing of your contribution.
Thanks to the great work of https://github.com/opendistro-for-elasticsearch/kibana-reports