Refactors plugin documentation

This commit is contained in:
Paul Echeverri 2015-09-25 17:11:50 -07:00
parent ea4e4dcc84
commit 98dec6d456
2 changed files with 12 additions and 3 deletions

View file

@ -11,8 +11,6 @@ include::setup.asciidoc[]
include::getting-started.asciidoc[]
include::apps.asciidoc[]
include::plugins.asciidoc[]
include::access.asciidoc[]

View file

@ -1,5 +1,5 @@
[[kibana-plugins]]
== Kibana Plugins
== Kibana Plugins added[4.2]
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
@ -120,3 +120,14 @@ path to that configuration file each time you use the `bin/kibana plugin` comman
64:: Unknown command or incorrect option parameter
74:: I/O error
70:: Other error
[[plugin-switcher]]
== Switching Plugin Functionality
The Kibana UI serves as a framework that can contain several different plugins. You can switch between these
plugins by clicking the image:images/app-button.png[Plugin Chooser] *Plugin chooser* button to display icons for the
installed plugins:
image::images/app-picker.png[]
Click a plugin's icon to switch to that plugin's functionality.