An application plugin to add and visualize comments to your Kibana dashboards
Annotations are only available in Visual Builder visualization type
Set the number of shards and replicas for new comment's indices Edit your kibana.yml
kibana-comments-app-plugin.newIndexNumberOfShards: 1 # default to 1
kibana-comments-app-plugin.newIndexNumberOfReplicas: 1 # default to 1
This plugin is bootstrapped from template-kibana-plugin
See the kibana contributing guide for instructions setting up your development environment. Once you have completed that, use the following npm tasks.
-
npm startStart kibana and have it include this plugin
-
npm start -- --config kibana.ymlYou can pass any argument that you would normally send to
bin/kibanaby putting them after--when runningnpm start -
npm run buildBuild a distributable archive
-
npm run test:browserRun the browser tests in a real web browser
-
npm run test:serverRun the server tests using mocha
For more information about any of these commands run npm run ${task} -- --help.

