Merge branch 'master' of github.com:elastic/kibana into fix/relativePathsInKibana

This commit is contained in:
spalger 2015-11-17 10:59:39 -06:00
commit 65db4dcd81

View file

@ -16,7 +16,7 @@ bin/kibana plugin --install <org>/<package>/<version>
You can also use `-i` instead of `--install`, as in the following example:
[source,shell]
bin/kibana plugin -i elasticsearch/marvel-ui/latest
bin/kibana plugin -i elasticsearch/marvel/latest
Because the organization given is `elasticsearch`, the plugin management tool automatically downloads the
plugin from `download.elastic.co`.
@ -77,7 +77,7 @@ Use the `--remove` or `-r` option to remove a plugin, including any configuratio
example:
[source,shell]
bin/kibana plugin --remove marvel-ui
bin/kibana plugin --remove marvel
You can also remove a plugin manually by deleting the plugin's subdirectory under the `installedPlugins` directory.