mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Merge pull request #5018 from palecur/appbar
Initial commit for App Switcher docs
This commit is contained in:
commit
0b32f8f40c
5 changed files with 24 additions and 1 deletions
12
docs/apps.asciidoc
Normal file
12
docs/apps.asciidoc
Normal file
|
@ -0,0 +1,12 @@
|
|||
[[kibana-apps]]
|
||||
== Kibana Apps added[4.2]
|
||||
|
||||
The Kibana UI serves as a framework that can contain several different applications. You can switch between these
|
||||
applications by clicking the image:images/app-button.png[App Picker] *App picker* button to display the app bar:
|
||||
|
||||
image::images/app-picker.png[]
|
||||
|
||||
Click an app icon to switch to that app's functionality.
|
||||
|
||||
Applications in the Kibana UI are managed by <<kibana-plugins,_plugins_>>. Plugins can expose app functionality or add new
|
||||
visualization types.
|
BIN
docs/images/app-button.png
Normal file
BIN
docs/images/app-button.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 748 B |
BIN
docs/images/app-picker.png
Normal file
BIN
docs/images/app-picker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
docs/images/appbar.png
Normal file
BIN
docs/images/appbar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -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