mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
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:
parent
a8f916911a
commit
3c9b919dbf
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue