Skip to content

gwintzer/kibana-html-plugin

 
 

Repository files navigation

Kibana HTML Plugin Widget

HTML Plugin Widget for Kibana. This Plugin was originally adapted from the Markdown Plugin.

preview-create

preview-edit

Check out a sample of HTML code here

Install

bin/kibana-plugin install <PATH_OR_URL_TO_YOUR_ZIP_FILE>

Go to releases page for list of available packages

Compatibility

The plugin is compatible with following Versions:

  • kibana (=7.6+)

Manage CSP if you want autorize inline script in a production context

Development

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
    

About

Kibana HTML Widget Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 86.1%
  • Shell 8.2%
  • HTML 3.1%
  • CSS 2.6%