mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* update spaces images * add Spaces FC section * Updates for kibana authorization section * update plugin development guide * start adding docs * remove unused description field from Feature Registry interface * Update role management API documentation * Apply suggestions from code review Thanks, Gail! Co-Authored-By: legrego <lgregorydev@gmail.com> * Update docs/api/role-management/put.asciidoc * update kibana privileges section intro * relocate link to Role Management API * update PUT role docs to align with ES * indicate that base and feature privileges cannot be used at the same time * restructure kibana privileges section * add UI and API examples to Kibana Privileges section * Apply suggestions from code review Co-Authored-By: legrego <lgregorydev@gmail.com> * address PR feedback * Apply suggestions from code review Co-Authored-By: legrego <lgregorydev@gmail.com> * Apply suggestions from code review Co-Authored-By: legrego <lgregorydev@gmail.com> * address pr feedback * Update docs/api/role-management/put.asciidoc Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/security/index.asciidoc Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com> * address PR feedback * fix merge from master * Update docs/spaces/managing-spaces.asciidoc Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
24 lines
989 B
Text
24 lines
989 B
Text
[[plugin-development]]
|
|
== Plugin Development
|
|
|
|
[IMPORTANT]
|
|
==============================================
|
|
The Kibana plugin interfaces are in a state of constant development. We cannot provide backwards compatibility for plugins due to the high rate of change. Kibana enforces that the installed plugins match the version of Kibana itself. Plugin developers will have to release a new version of their plugin for each new Kibana release as a result.
|
|
==============================================
|
|
|
|
* <<development-plugin-resources>>
|
|
* <<development-uiexports>>
|
|
* <<development-plugin-feature-registration>>
|
|
* <<development-plugin-functional-tests>>
|
|
* <<development-plugin-localization>>
|
|
|
|
include::plugin/development-plugin-resources.asciidoc[]
|
|
|
|
include::plugin/development-uiexports.asciidoc[]
|
|
|
|
include::plugin/development-plugin-feature-registration.asciidoc[]
|
|
|
|
include::plugin/development-plugin-functional-tests.asciidoc[]
|
|
|
|
include::plugin/development-plugin-localization.asciidoc[]
|
|
|