mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
ac93aba3a3
commit
ece1272d85
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue