Plugin requieres minimum Kibana 8.6.2
- Clone the Kibana Repository
git clone https://github.com/elastic/kibana.git
- Checkout the version of kibana needed
git checkout v8.6.2
- See the kibana Getting started guide for instructions setting up your development environment
Clone the repository into kibana/plugins/ directory
cd kibana/plugins/
git clone https://gitlab.spectric.com/acecard/accs_plugin.git
The plugin is disable by default. If you wish to enable it, add the following config to kibana.yml
accsPlugin.ui.enabled: true
The plugin when loaded for the first time does not select any of the remote cluster, therefore the search defaults to the regular ElasticSearch behavior.
The same happens when the user manually diselects all clusters.
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