HTML Plugin Widget for Kibana. This Plugin was originally adapted from the Markdown Plugin.
Check out a sample of HTML code here
bin/kibana-plugin install <PATH_OR_URL_TO_YOUR_ZIP_FILE>
Go to releases page for list of available packages
The plugin is compatible with following Versions:
- kibana (=7.6+)
Manage CSP if you want autorize inline script in a production context
See the kibana contributing guide for instructions setting up your development environment. Once you have completed that, use the following yarn scripts.
-
yarn kbn bootstrap
Install dependencies and crosslink Kibana and all projects/plugins.
IMPORTANT: Use this script instead of
yarn
to install dependencies when switching branches, and re-run it whenever your dependencies change. -
yarn start
Start kibana and have it include this plugin. You can pass any arguments that you would normally send to
bin/kibana
yarn start --elasticsearch.url http://localhost:9220