mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
bug in command to install
changed bin/kibana plugin -i elasticsearch/marvel-ui/latest to bin/kibana plugin -i elasticsearch/marvel/latest
This commit is contained in:
parent
45cf100083
commit
15e6e1f1da
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ bin/kibana plugin --install <org>/<package>/<version>
|
|||
You can also use `-i` instead of `--install`, as in the following example:
|
||||
|
||||
[source,shell]
|
||||
bin/kibana plugin -i elasticsearch/marvel-ui/latest
|
||||
bin/kibana plugin -i elasticsearch/marvel/latest
|
||||
|
||||
Because the organization given is `elasticsearch`, the plugin management tool automatically downloads the
|
||||
plugin from `download.elastic.co`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue