kibana/docs/setup/install/brew-running.asciidoc
Justin Juno 4b8b9a4218
[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>
2020-02-26 08:13:53 -08:00

10 lines
306 B
Plaintext

==== 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
--------------------------------------------------