Back to Kibana

Tutorials [tutorials]

docs/extend/tutorials/index.md

9.5.03.1 KB
Original Source

Tutorials [tutorials]

Hands-on, task-focused guides for working with the {{kib}} platform from inside a plugin. If you're new to {{kib}} development, start with Getting started instead.

Data access

HTTP APIs

Building UIs

Configuration

  • Configure your plugin — define a config schema and read values at runtime
  • UI settings — register a new UI setting (aka advanced setting / uiSetting) and read it at runtime

Platform services

External plugin development

  • Overview — differences when developing plugins outside the {{kib}} repository
  • Plugin tooling — build and package tooling for external plugins
  • Functional tests — run FTR tests for plugins outside the repo
  • Testing plugins — set up tests for a {{kib}} plugin