|
11 | 11 |
|
12 | 12 | # Install {{kib}} |
13 | 13 |
|
14 | | -This section includes information on how to setup {{kib}} and get it running, including: |
| 14 | +{{kib}} provides the user interface for all Elastic solutions. It’s a powerful tool for visualizing and analyzing your data, and for managing and monitoring the {{stack}}. Although {{kib}} is not required to use {{es}}, it's required for most use cases. |
15 | 15 |
|
| 16 | +This section includes information on how to set up {{kib}} and get it running, including: |
16 | 17 |
|
17 | | -* Downloading |
18 | | -* Installing |
19 | | -* Starting |
20 | | -* Configuring |
21 | | -* Upgrading |
| 18 | +* Downloading and installing {{kib}} |
| 19 | +* Enrolling {{kib}} with an {{es}} cluster |
| 20 | +* Configuring {{kib}} |
22 | 21 |
|
| 22 | +To quickly set up {{es}} and {{kib}} in Docker for local development or testing, jump to [](/deploy-manage/deploy/self-managed/local-development-installation-quickstart.md). |
23 | 23 |
|
24 | 24 | ## Supported platforms [supported-platforms] |
25 | 25 |
|
26 | | -Packages of {{kib}} are provided for and tested against Linux, Darwin, and Windows. Since {{kib}} runs on Node.js, we include the necessary Node.js binaries for these platforms. Running {{kib}} against a separately maintained version of Node.js is not supported. |
| 26 | +Packages of {{kib}} are provided for and tested against Linux, Darwin, and Windows. Because {{kib}} runs on Node.js, we include the necessary Node.js binaries for these platforms. Running {{kib}} against a separately maintained version of Node.js is not supported. |
27 | 27 |
|
28 | 28 | To support certain older Linux platforms (most notably CentOS7/RHEL7), {{kib}} for Linux ships with a custom build of Node.js with glibc 2.17 support. For details, see [Custom builds of Node.js](kibana://extend/upgrading-nodejs.md#custom-nodejs-builds). |
29 | 29 |
|
30 | 30 | ## {{kib}} install packages [install] |
31 | 31 |
|
32 | 32 | {{kib}} is provided in the following package formats: |
33 | 33 |
|
34 | | -`tar.gz`/`zip` |
35 | | -: The `tar.gz` packages are provided for installation on Linux and Darwin and are the easiest choice for getting started with {{kib}}. |
36 | | - |
37 | | - The `zip` package is the only supported package for Windows. |
38 | | - |
39 | | - [Install from archive on Linux or macOS](/deploy-manage/deploy/self-managed/install-from-archive-on-linux-macos.md) or [Install on Windows](/deploy-manage/deploy/self-managed/install-on-windows.md) |
40 | | - |
41 | | - |
42 | | -`deb` |
43 | | -: The `deb` package is suitable for Debian, Ubuntu, and other Debian-based systems. Debian packages may be downloaded from the Elastic website or from our Debian repository. |
44 | | - |
45 | | - [Install with Debian package](/deploy-manage/deploy/self-managed/install-with-debian-package.md) |
46 | | - |
47 | | - |
48 | | -`rpm` |
49 | | -: The `rpm` package is suitable for installation on Red Hat, SLES, OpenSuSE and other RPM-based systems. RPMs may be downloaded from the Elastic website or from our RPM repository. |
50 | | - |
51 | | - [Install with RPM](/deploy-manage/deploy/self-managed/install-with-rpm.md) |
52 | | - |
53 | | - |
54 | | -`docker` |
55 | | -: Images are available for running {{kib}} as a Docker container. They may be downloaded from the Elastic Docker Registry. |
56 | | - |
57 | | - [Running {{kib}} on Docker](/deploy-manage/deploy/self-managed/install-with-docker.md) |
58 | | - |
59 | | - |
60 | | -::::{important} |
61 | | -If your {{es}} installation is protected by [{{stack-security-features}}](/deploy-manage/security.md) see [Configuring security in {{kib}}](/deploy-manage/security.md) for additional setup instructions. |
62 | | -:::: |
| 34 | +| Format | Description | Instructions | |
| 35 | +| --- | --- | --- | |
| 36 | +| `tar.gz` | The `tar.gz` packages are provided for installation on Linux and Darwin and are the easiest choice for getting started with {{kib}}. | [Install from archive on Linux or macOS](/deploy-manage/deploy/self-managed/install-from-archive-on-linux-macos.md)| |
| 37 | +| `zip` | The `zip` package is the only supported package for Windows.| [Install on Windows](/deploy-manage/deploy/self-managed/install-on-windows.md)| |
| 38 | +| `deb` | The `deb` package is suitable for Debian, Ubuntu, and other Debian-based systems. Debian packages may be downloaded from the Elastic website or from our Debian repository. | [Install with Debian package](/deploy-manage/deploy/self-managed/install-with-debian-package.md) | |
| 39 | +| `rpm` | The `rpm` package is suitable for installation on Red Hat, SLES, OpenSuSE and other RPM-based systems. RPMs may be downloaded from the Elastic website or from our RPM repository. | [Install with RPM](/deploy-manage/deploy/self-managed/install-with-rpm.md) | |
| 40 | +| `docker` | Images are available for running {{kib}} as a Docker container. They may be downloaded from the Elastic Docker Registry. | [Running {{kib}} on Docker](/deploy-manage/deploy/self-managed/install-with-docker.md) | |
63 | 41 |
|
64 | 42 | ## {{es}} version [elasticsearch-version] |
65 | 43 |
|
|
0 commit comments