kibana/docs/setup/install/brew-running.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

10 lines
300 B
Plaintext

==== Run {kib} 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
--------------------------------------------------