[DOCS] Add Homebrew start + stop instructions for Kibana (#58495)

* add brew start and stop instructions to docs

* add float to start-stop doc

* Update start-stop.asciidoc

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Justin Juno 2020-02-26 10:13:53 -06:00 committed by GitHub
parent 457783e839
commit 4b8b9a4218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View file

@ -0,0 +1,9 @@
==== Running Kibana with `brew services`
With Homebrew, Kibana can be started and stopped as follows:
[source,sh]
--------------------------------------------------
brew services start elastic/tap/kibana-full
brew services stop elastic/tap/kibana-full
--------------------------------------------------

View file

@ -46,4 +46,12 @@ include::install/init-systemd.asciidoc[]
include::install/rpm-init.asciidoc[]
[float]
include::install/systemd.asciidoc[]
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[]