is there a possibility to have the plugin installed from the local file ?
I tried a syntax similar to the elasticsearch plugin installation, where I can do it offline, as long as i can provide the file.
Examples:
bash-4.2$ ./bin/kibana plugin --install file:///tmp/sense-2.0.0-beta1.tar.gz
Invalid install option. Please use the format //.
bash-4.2$ ./bin/kibana plugin --install elastic/sense -u file:///tmp/sense-2.0.0-beta1.tar.gz
Invalid install option. When providing a url, please use the format .
the use of the file-syntax was not really the problem, more exactly it was the path used as the install option.
From the helptext:
-i, --install <org>/<plugin>/<version> The plugin to install
Key is, when using the file:/// syntax, I needed to strip out out all the 'path' for the install parameter, only leaving 'sense' or 'license' or 'marvel'
All examples in the docs do not mention this:
Installing Plugins
Use the following command to install a plugin:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.