Update plugins doc to give compatibility warning (#9110)

Backports PR #9109

**Commit 1:**
Update plugins doc to give compatibility warning

* Original sha: 4bc54765a4
* Authored by Kevin Kluge <kevinkluge@users.noreply.github.com> on 2016-11-16T22:26:42Z
* Committed by GitHub <noreply@github.com> on 2016-11-16T22:26:42Z
This commit is contained in:
jasper 2016-11-16 19:51:44 -05:00 committed by Kevin Kluge
parent ac93aba3a3
commit ece1272d85

View file

@ -6,6 +6,14 @@
Add-on functionality for Kibana is implemented with plug-in modules. You can use the `bin/kibana-plugin`
command to manage these modules. You can also install a plugin manually by moving the plugin file to the
`plugins` directory and unpacking the plugin files into a new directory.
[IMPORTANT]
.Plugin compatibility
==============================================
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.
==============================================
--
== Installing Plugins