mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Removes Homebrew docs (#125155)
This commit is contained in:
parent
fcd5641520
commit
46f679878b
5 changed files with 5 additions and 90 deletions
|
@ -400,3 +400,8 @@ This content has moved. Refer to <<saved-object-migrations>>.
|
|||
== Upgrade Assistant
|
||||
|
||||
This content has moved. Refer to {kibana-ref-all}/7.17/upgrade-assistant.html[Upgrade Assistant].
|
||||
|
||||
[role="exclude",id="brew"]
|
||||
== Install {kib} on macOS with Homebrew
|
||||
|
||||
This page has been deleted. Refer to <<install>>.
|
||||
|
|
|
@ -46,12 +46,6 @@ downloaded from the Elastic Docker Registry.
|
|||
+
|
||||
<<docker,Running Kibana on Docker>>
|
||||
|
||||
`brew`::
|
||||
|
||||
Formulae are available from the Elastic Homebrew tap for installing {kib} on macOS with the Homebrew package manager.
|
||||
+
|
||||
<<brew>>
|
||||
|
||||
IMPORTANT: If your Elasticsearch installation is protected by
|
||||
{ref}/elasticsearch-security.html[{stack-security-features}] see
|
||||
{kibana-ref}/using-kibana-with-security.html[Configuring security in {kib}] for
|
||||
|
@ -66,5 +60,3 @@ include::install/deb.asciidoc[]
|
|||
include::install/rpm.asciidoc[]
|
||||
|
||||
include::{kib-repo-dir}/setup/docker.asciidoc[]
|
||||
|
||||
include::install/brew.asciidoc[]
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
==== 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
|
||||
--------------------------------------------------
|
|
@ -1,65 +0,0 @@
|
|||
[[brew]]
|
||||
=== Install {kib} on macOS with Homebrew
|
||||
++++
|
||||
<titleabbrev>Install on macOS with Homebrew</titleabbrev>
|
||||
++++
|
||||
|
||||
Elastic publishes Homebrew formulae so you can install {kib} with the https://brew.sh/[Homebrew] package manager.
|
||||
|
||||
To install with Homebrew, you first need to tap the Elastic Homebrew repository:
|
||||
|
||||
[source,sh]
|
||||
-------------------------
|
||||
brew tap elastic/tap
|
||||
-------------------------
|
||||
|
||||
Once you've tapped the Elastic Homebrew repo, you can use `brew install` to
|
||||
install the **latest version** of {kib}:
|
||||
|
||||
[source,sh]
|
||||
-------------------------
|
||||
brew install elastic/tap/kibana-full
|
||||
-------------------------
|
||||
|
||||
[[brew-layout]]
|
||||
==== Directory layout for Homebrew installs
|
||||
|
||||
When you install {kib} with `brew install`, the config files, logs,
|
||||
and data directory are stored in the following locations.
|
||||
|
||||
[cols="<h,<,<m,<m",options="header",]
|
||||
|=======================================================================
|
||||
| Type | Description | Default Location | Setting
|
||||
| home
|
||||
| Kibana home directory or `$KIBANA_HOME`
|
||||
| /usr/local/var/homebrew/linked/kibana-full
|
||||
d|
|
||||
|
||||
| bin
|
||||
| Binary scripts including `kibana` to start a node
|
||||
and `kibana-plugin` to install plugins
|
||||
| /usr/local/var/homebrew/linked/kibana-full/bin
|
||||
d|
|
||||
|
||||
| conf
|
||||
| Configuration files including `kibana.yml`
|
||||
| /usr/local/etc/kibana
|
||||
d|
|
||||
|
||||
| data
|
||||
| The location of the data files of each index / shard allocated
|
||||
on the node. Can hold multiple locations.
|
||||
| /usr/local/var/lib/kibana
|
||||
| path.data
|
||||
|
||||
| logs
|
||||
| Log files location.
|
||||
| /usr/local/var/log/kibana
|
||||
| path.logs
|
||||
|
||||
| plugins
|
||||
| Plugin files location. Each plugin will be contained in a subdirectory.
|
||||
| /usr/local/var/homebrew/linked/kibana-full/plugins
|
||||
d|
|
||||
|
||||
|=======================================================================
|
|
@ -30,11 +30,3 @@ include::install/windows-running.asciidoc[]
|
|||
|
||||
[float]
|
||||
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