mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* tutorial docs * fixes from ycombinator review * ElasticSearch -> Elasticsearch * move out of style guide and into README under server/tutorials * move to asciidocs * add new line so list is rendered correctly * changes from gchaps review
24 lines
927 B
Text
24 lines
927 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>>
|
|
* <<add-data-guide>>
|
|
|
|
|
|
include::plugin/development-plugin-resources.asciidoc[]
|
|
|
|
include::plugin/development-uiexports.asciidoc[]
|
|
|
|
include::plugin/development-plugin-functional-tests.asciidoc[]
|
|
|
|
include::visualize/development-visualize-index.asciidoc[]
|
|
|
|
include::add-data-guide.asciidoc[]
|