mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
21 lines
No EOL
869 B
Text
21 lines
No EOL
869 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-functional-tests>>
|
|
* <<development-visualize-index>>
|
|
|
|
|
|
include::plugin/development-plugin-resources.asciidoc[]
|
|
|
|
include::plugin/development-uiexports.asciidoc[]
|
|
|
|
include::plugin/development-plugin-functional-tests.asciidoc[]
|
|
|
|
include::visualize/development-visualize-index.asciidoc[] |