-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Doc error: bin/kibana plugin doesn't restart Kibana! #8483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
I have actually signed the CLA. |
|
I have confirmed that @ssheikholeslami has actually signed the CLA with the email currently in the commits |
docs/plugins.asciidoc
Outdated
| 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, 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good change, but I don't think we should mention the service command, since that only applies to specific systems with specific setups.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. Well, let's say, how about this one?
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 usingservice kibana stopfollowed byservice kibana start). When you are using a customized configuration file, you must specify the
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
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.
|
LGTM! @ssheikholeslami would you be up for submitting a similar PR against the master branch? The same section of the docs exists there, the only difference is that the name of the plugin command changed. |
--------- **Commit 1:** Doc error: bin/kibana plugin doesn't restart Kibana! * Original sha: 7c0ff89 * Authored by Sina Sheikholeslami <ssheikholeslami@gmail.com> on 2016-09-27T15:02:13Z * Committed by GitHub <noreply@github.com> on 2016-09-27T15:02:13Z **Commit 2:** 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. * Original sha: 488d0cb * Authored by Sina Sheikholeslami <ssheikholeslami@gmail.com> on 2016-09-30T12:35:23Z * Committed by GitHub <noreply@github.com> on 2016-09-30T12:35:23Z
--------- **Commit 1:** Doc error: bin/kibana plugin doesn't restart Kibana! * Original sha: 7c0ff89 * Authored by Sina Sheikholeslami <ssheikholeslami@gmail.com> on 2016-09-27T15:02:13Z * Committed by GitHub <noreply@github.com> on 2016-09-27T15:02:13Z **Commit 2:** 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. * Original sha: 488d0cb * Authored by Sina Sheikholeslami <ssheikholeslami@gmail.com> on 2016-09-30T12:35:23Z * Committed by GitHub <noreply@github.com> on 2016-09-30T12:35:23Z
--------- **Commit 1:** Doc error: bin/kibana plugin doesn't restart Kibana! * Original sha: 7c0ff89 * Authored by Sina Sheikholeslami <ssheikholeslami@gmail.com> on 2016-09-27T15:02:13Z * Committed by GitHub <noreply@github.com> on 2016-09-27T15:02:13Z **Commit 2:** 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. * Original sha: 488d0cb * Authored by Sina Sheikholeslami <ssheikholeslami@gmail.com> on 2016-09-30T12:35:23Z * Committed by GitHub <noreply@github.com> on 2016-09-30T12:35:23Z
--------- **Commit 1:** Doc error: bin/kibana plugin doesn't restart Kibana! * Original sha: 7c0ff89 * Authored by Sina Sheikholeslami <ssheikholeslami@gmail.com> on 2016-09-27T15:02:13Z * Committed by GitHub <noreply@github.com> on 2016-09-27T15:02:13Z **Commit 2:** 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. * Original sha: 488d0cb * Authored by Sina Sheikholeslami <ssheikholeslami@gmail.com> on 2016-09-30T12:35:23Z * Committed by GitHub <noreply@github.com> on 2016-09-30T12:35:23Z
No description provided.