From bb765f3be2c4c308a2fd9a65216640b225567217 Mon Sep 17 00:00:00 2001 From: Paul Echeverri Date: Fri, 18 Sep 2015 15:24:30 -0700 Subject: [PATCH] Updates URL supported protocols and install directory default. --- docs/plugins.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/plugins.asciidoc b/docs/plugins.asciidoc index bb7a88bc6bd7..3e72c8870a14 100644 --- a/docs/plugins.asciidoc +++ b/docs/plugins.asciidoc @@ -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