Installing Plugin

Hi ! I have a problem with installing my own costume plugin!
I've entered the command:
.\elasticsearch-plugin install --batch file:\\\address-to-my-plugin-zip-file

and I've got below error:
A tool for managing installed elasticsearch plugins

Commands
--------
list - Lists installed elasticsearch plugins
install - Install a plugin
remove - removes a plugin from Elasticsearch

Non-option arguments:
command

Option         Description
------         -----------
-h, --help     show help
-s, --silent   show minimal output
-v, --verbose  show verbose output
**ERROR: Found multiple arguments for option [arguments], but you asked for only one**

what's the problem?

Hi @elastic !
Can anyone help?
Best Regards!

Please post the entire command and error, including the shell/command prompt.

here is full shell command I've entered

The problem is the space character within your path to your plugin. It makes the program think that it's another argument.

Don't use spaces in path or use the other name that Windows supports (something like XYZ~1 IIRC).

Its not only Windows-related. I observed same behaviour on macOS (Mojave = 10.14). Also no spaces.

@apple-fan-pl Could you share details about that? Like the full command you are sending and the full response?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.