Merge pull request #8576 from elastic/jasper/backport/8483/4.3

[backport] PR #8483 to 4.3
This commit is contained in:
Matt Bargar 2016-10-06 17:26:49 -04:00 committed by GitHub
commit 8e8e7379a4

View file

@ -108,8 +108,7 @@ bin/kibana plugin --install username/sample-plugin --timeout 1m
==== Plugins and Custom Kibana Configurations
Use the `-c` or `--config` options to specify the path to the configuration file used to start Kibana. By default, Kibana
uses the configuration file `config/kibana.yml`. When you change your installed plugins, the `bin/kibana plugin` command
restarts the Kibana server. When you are using a customized configuration file, you must specify the
uses the configuration file `config/kibana.yml`. After you have changed the configuration file, you have to restart the Kibana server for changes to take effect. When you are using a customized configuration file, you must specify the
path to that configuration file each time you use the `bin/kibana plugin` command.
[float]