mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Refactors plugin documentation
This commit is contained in:
parent
ea4e4dcc84
commit
98dec6d456
2 changed files with 12 additions and 3 deletions
|
@ -11,8 +11,6 @@ include::setup.asciidoc[]
|
|||
|
||||
include::getting-started.asciidoc[]
|
||||
|
||||
include::apps.asciidoc[]
|
||||
|
||||
include::plugins.asciidoc[]
|
||||
|
||||
include::access.asciidoc[]
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue