mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
* [tribe] Init docs * [docs] Init es client section * [docs] Link to client api, move client library docs to core development section * [docs] Add tribe server settings * [tribe] Link to elasticsearch tribe docs * [tribe] Document which nodes server configuration points towards * [docs] Add index link to elasticsearch clients section
15 lines
671 B
Text
15 lines
671 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>>
|
|
|
|
|
|
include::plugin/development-plugin-resources.asciidoc[]
|
|
|
|
include::plugin/development-uiexports.asciidoc[]
|