mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
docs: Use correct x-pack url in plugin example
This commit is contained in:
parent
7aef2068d6
commit
0e134b9afa
1 changed files with 4 additions and 2 deletions
|
@ -24,10 +24,12 @@ $ bin/kibana-plugin install x-pack
|
|||
[float]
|
||||
=== Installing Plugins from an Arbitrary URL
|
||||
|
||||
You can specify a URL to a specific plugin, as in the following example:
|
||||
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:
|
||||
|
||||
["source","shell",subs="attributes"]
|
||||
$ bin/kibana-plugin install https://download.elastic.co/kibana/x-pack/x-pack-{version}.zip
|
||||
$ bin/kibana-plugin install https://artifacts.elastic.co/downloads/packs/x-pack/x-pack-{version}.zip
|
||||
|
||||
You can specify URLs that use the HTTP, HTTPS, or `file` protocols.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue