kibana/docs/setup/start-stop.asciidoc
Jonathan Budzenski 3ee6656837
[deb/rpm] remove sysv (#74424)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-29 10:37:50 -05:00

41 lines
902 B
Plaintext

[[start-stop]]
== Start and stop {kib}
The method for starting and stopping {kib} varies depending on how you installed
it.
[float]
[[start-start-targz]]
=== Archive packages (`.tar.gz`)
If you installed {kib} on Linux or Darwin with a `.tar.gz` package, you can
start and stop {kib} from the command line.
[float]
include::install/targz-running.asciidoc[]
[float]
[[start-stop-zip]]
=== Archive packages (`.zip`)
If you installed {kib} on Windows with a `.zip` package, you can
stop and start {kib} from the command line.
[float]
include::install/windows-running.asciidoc[]
[float]
[[start-stop-deb-rpm]]
=== Debian and RPM packages
[float]
include::install/systemd.asciidoc[]
[float]
=== Homebrew packages
If you installed {kib} with the Elastic Homebrew formulae, you can start and stop {kib} from the command line using `brew services`.
[float]
include::install/brew-running.asciidoc[]