mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Applied requested changes.
Since the process of restarting Kibana varies from OS to OS, I've included the means to restart it on Ubuntu machines as an example.
This commit is contained in:
parent
7c0ff89179
commit
488d0cb20e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,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`. After you have changed the configuration file, restart the Kibana server using `service kibana stop` followed by `service kibana start`. 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 (e.g. if Kibana is installed on an Ubuntu machine, you can restart it using `service kibana stop` followed by `service kibana start`). 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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue