Skip to content

Commit e03d64a

Browse files
authored
[Docs] Remove Homebrew references (elastic#83578)
1 parent d0ef25d commit e03d64a

File tree

5 files changed

+2
-100
lines changed

5 files changed

+2
-100
lines changed

docs/reference/setup/important-settings/path-settings.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ deletion during an upgrade.
1313

1414
In production, we strongly recommend you set the `path.data` and `path.logs` in
1515
`elasticsearch.yml` to locations outside of `$ES_HOME`. <<docker,Docker>>,
16-
<<deb,Debian>>, <<rpm,RPM>>, and <<brew,macOS Homebrew>> installations write
16+
<<deb,Debian>>, and <<rpm,RPM>> installations write
1717
data and log to locations outside of `$ES_HOME` by default.
1818

1919
Supported `path.data` and `path.logs` values vary by platform:

docs/reference/setup/install.asciidoc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ downloaded from the Elastic Docker Registry.
4747
+
4848
{ref}/docker.html[Install {es} with Docker]
4949

50-
`brew`::
51-
52-
Formulae are available from the Elastic Homebrew tap for installing
53-
{es} on macOS with the Homebrew package manager.
54-
+
55-
{ref}/brew.html[Install {es} on macOS with Homebrew]
56-
5750
include::install/targz.asciidoc[]
5851

5952
include::install/zip-windows.asciidoc[]
@@ -63,5 +56,3 @@ include::install/deb.asciidoc[]
6356
include::install/rpm.asciidoc[]
6457

6558
include::install/docker.asciidoc[]
66-
67-
include::install/brew.asciidoc[]

docs/reference/setup/install/brew.asciidoc

Lines changed: 0 additions & 66 deletions
This file was deleted.

docs/reference/tab-widgets/logging-widget.asciidoc

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@
2727
tabindex="-1">
2828
macOS
2929
</button>
30-
<button role="tab"
31-
aria-selected="false"
32-
aria-controls="brew-tab-logs"
33-
id="brew-logs"
34-
tabindex="-1">
35-
Brew
36-
</button>
3730
<button role="tab"
3831
aria-selected="false"
3932
aria-controls="linux-tab-logs"
@@ -90,17 +83,6 @@ include::logging.asciidoc[tag=rpm]
9083

9184
include::logging.asciidoc[tag=mac]
9285

93-
++++
94-
</div>
95-
<div tabindex="0"
96-
role="tabpanel"
97-
id="brew-tab-logs"
98-
aria-labelledby="brew-logs"
99-
hidden="">
100-
++++
101-
102-
include::logging.asciidoc[tag=brew]
103-
10486
++++
10587
</div>
10688
<div tabindex="0"
@@ -126,4 +108,4 @@ include::logging.asciidoc[tag=win-zip]
126108
++++
127109
</div>
128110
</div>
129-
++++
111+
++++

docs/reference/tab-widgets/logging.asciidoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ recommend you set `path.logs` to a location outside of `$ES_HOME`.
2020
See <<path-settings>>.
2121
// end::mac[]
2222

23-
// tag::brew[]
24-
For <<brew,macOS Homebrew>> installations, {es} writes logs to
25-
`/usr/local/var/log/elasticsearch`.
26-
// end::brew[]
27-
2823
// tag::linux[]
2924
For <<targz,Linux `.tar.gz`>> installations, {es} writes logs to
3025
`$ES_HOME/logs`.

0 commit comments

Comments
 (0)