Add note on plugin distributions in plugins folder

This commit adds a note regarding not storing a plugin distribution in
the plugins directory during installation or instllation will fail.

Relates #27400
This commit is contained in:
Jason Tedor 2017-11-15 13:33:59 -05:00 committed by GitHub
parent a8f916911a
commit 3c9b919dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,10 @@ bin\elasticsearch-plugin install file:///C:/path/to/plugin.zip
-----------------------------------
+
NOTE: Any path that contains spaces must be wrapped in quotes!
+
NOTE: If you are installing a plugin from the filesystem the plugin distribution
must not be contained in the `plugins` directory for the node that you are
installing the plugin to or installation will fail.
HTTP::
To install a plugin from a HTTP URL: