kibana/docs/setup/install/deb-init.asciidoc
gchaps 9caf354378
[DOCS] Edits titles in Setup section for consistency (#68451) (#68590)
* [DOCS] Fixes titles in Setup section for consistency

* [DOCS] Fixes to titles and orders of docs in Set up
2020-06-08 16:15:20 -07:00

21 lines
644 B
Plaintext

==== Run {kib} with SysV `init`
Use the `update-rc.d` command to configure Kibana to start automatically
when the system boots up:
[source,sh]
--------------------------------------------------
sudo update-rc.d kibana defaults 95 10
--------------------------------------------------
You can start and stop Kibana using the `service` command:
[source,sh]
--------------------------------------------
sudo -i service kibana start
sudo -i service kibana stop
--------------------------------------------
If Kibana fails to start for any reason, it will print the reason for
failure to `STDOUT`. Log files can be found in `/var/log/kibana/`.