mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Updates URL supported protocols and install directory default.
This commit is contained in:
parent
90ed486250
commit
bb765f3be2
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
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.
|
||||
`installedPlugins` directory and unpacking the plugin files into a new directory.
|
||||
|
||||
[float]
|
||||
=== Installing Plugins
|
||||
|
@ -52,6 +52,8 @@ Extraction complete
|
|||
Optimizing and caching browser bundles...
|
||||
Plugin installation complete
|
||||
|
||||
You can specify URLs that use the HTTP, HTTPS, or `file` protocols.
|
||||
|
||||
[float]
|
||||
=== Installing Plugins to an Arbitrary Directory
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue