mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
bug in command to remove
change bin/kibana plugin --remove marvel-ui to bin/kibana plugin --remove marvel
This commit is contained in:
parent
d6cbd1b077
commit
45cf100083
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue