From 45cf100083a541da87f31317b9090b29ebd0c791 Mon Sep 17 00:00:00 2001 From: Antonio Bonuccelli Date: Tue, 3 Nov 2015 16:30:02 +0100 Subject: [PATCH 1/2] bug in command to remove change bin/kibana plugin --remove marvel-ui to bin/kibana plugin --remove marvel --- docs/plugins.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.asciidoc b/docs/plugins.asciidoc index 94c064e54878..7d4627e69442 100644 --- a/docs/plugins.asciidoc +++ b/docs/plugins.asciidoc @@ -77,7 +77,7 @@ Use the `--remove` or `-r` option to remove a plugin, including any configuratio example: [source,shell] -bin/kibana plugin --remove marvel-ui +bin/kibana plugin --remove marvel You can also remove a plugin manually by deleting the plugin's subdirectory under the `installedPlugins` directory. From 15e6e1f1da96b83c12fe097b254bf638883ae633 Mon Sep 17 00:00:00 2001 From: Antonio Bonuccelli Date: Tue, 3 Nov 2015 16:24:58 +0100 Subject: [PATCH 2/2] bug in command to install changed bin/kibana plugin -i elasticsearch/marvel-ui/latest to bin/kibana plugin -i elasticsearch/marvel/latest --- docs/plugins.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.asciidoc b/docs/plugins.asciidoc index 7d4627e69442..8352a0382240 100644 --- a/docs/plugins.asciidoc +++ b/docs/plugins.asciidoc @@ -16,7 +16,7 @@ bin/kibana plugin --install // 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`.