[7.6] Add example of of local plugin installation (#65986) (#66113)

This commit is contained in:
Spencer 2020-05-11 14:36:21 -07:00 committed by GitHub
parent 89eb4edd3d
commit b1154faf1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,12 +33,17 @@ $ bin/kibana-plugin install x-pack
=== Install plugins from an arbitrary URL
You can download official Elastic plugins simply by specifying their name. You
can alternatively specify a URL to a specific plugin, as in the following
example:
can alternatively specify a URL or file path to a specific plugin, as in the following
examples:
["source","shell",subs="attributes"]
$ bin/kibana-plugin install https://artifacts.elastic.co/downloads/packs/x-pack/x-pack-{version}.zip
or
["source","shell",subs="attributes"]
$ bin/kibana-plugin install file:///local/path/to/custom_plugin.zip
You can specify URLs that use the HTTP, HTTPS, or `file` protocols.
[float]