mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00: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
@ -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…
x
Reference in New Issue
Block a user