-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Add homebrew instructions to install docs (#12607)
* [DOCS] Add homebrew instructions to install docs * More changes * Fix command to match formulae * Remove brew version because it's not currently needed * Fix paths
- Loading branch information
1 parent
400c67e
commit 04ed003
Showing
10 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[[brew]] | ||
*brew:* | ||
|
||
ifeval::["{release-state}"=="unreleased"] | ||
|
||
Version {stack-version} of {beatname_uc} has not yet been released. | ||
|
||
endif::[] | ||
|
||
ifeval::["{release-state}"!="unreleased"] | ||
|
||
["source","sh",subs="attributes"] | ||
------------------------- | ||
brew tap elastic/tap | ||
brew install elastic/tap/{beatname_lc}-full | ||
------------------------- | ||
|
||
This installs the most recently released default distribution of. To install the | ||
OSS distribution, specify +elastic/tap/{beatname_lc}-oss+. | ||
|
||
endif::[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
*brew:* | ||
|
||
To have launchd start +elastic/tap/{beatname_lc}+ and then restart it at login, | ||
run: | ||
|
||
["source","sh",subs="attributes"] | ||
----- | ||
brew services start elastic/tap/{beatname_lc} | ||
----- | ||
|
||
To run {beatname_uc} in the foreground instead of running it as a background | ||
service, run: | ||
|
||
["source","sh",subs="attributes"] | ||
----- | ||
{beatname_lc} -e | ||
----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters