Skip to content

Commit 3c9b919

Browse files
authored
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
1 parent a8f9169 commit 3c9b919

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/plugins/plugin-script.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ bin\elasticsearch-plugin install file:///C:/path/to/plugin.zip
8282
-----------------------------------
8383
+
8484
NOTE: Any path that contains spaces must be wrapped in quotes!
85+
+
86+
NOTE: If you are installing a plugin from the filesystem the plugin distribution
87+
must not be contained in the `plugins` directory for the node that you are
88+
installing the plugin to or installation will fail.
8589

8690
HTTP::
8791
To install a plugin from a HTTP URL:

0 commit comments

Comments
 (0)