mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[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:
parent
457783e839
commit
4b8b9a4218
2 changed files with 18 additions and 1 deletions
9
docs/setup/install/brew-running.asciidoc
Normal file
9
docs/setup/install/brew-running.asciidoc
Normal 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
|
||||
--------------------------------------------------
|
|
@ -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[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue