Deprecate --plugin-dir option in plugin installer (#15371) (#15378)

This commit is contained in:
Kim Joar Bekkelund 2017-12-04 20:42:34 +01:00 committed by GitHub
parent c70760821c
commit da5b9ef0f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,10 +47,12 @@ Use the `-d` or `--plugin-dir` option after the `install` command to specify a d
example:
[source,shell]
$ bin/kibana-plugin install file:///some/local/path/x-pack.zip -d path/to/directory
$ bin/kibana-plugin install file:///some/local/path/my-plugin.zip -d path/to/directory
NOTE: This command creates the specified directory if it does not already exist.
WARNING: This option is deprecated and will be removed in Kibana 7. It is known to not work with some plugins, including X-Pack.
[float]
=== Installing Plugins with Linux packages