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

This commit is contained in:
Kim Joar Bekkelund 2017-12-04 19:27:21 +01:00 committed by GitHub
parent 2b206a6af6
commit c6dde4c6c4
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