mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
Update Docker docs for 6.0.0 and image flavours * Use Compose v2 in Docker examples * Use US spelling in Docker docs * Link to www.docker.elastic.co in docs
53 lines
1.4 KiB
Text
53 lines
1.4 KiB
Text
[[install]]
|
|
== Installing Kibana
|
|
|
|
NOTE: Starting with version 6.0.0, Kibana only supports 64 bit operating systems.
|
|
|
|
Kibana is provided in the following package formats:
|
|
|
|
[horizontal]
|
|
`tar.gz`/`zip`::
|
|
|
|
The `tar.gz` packages are provided for installation on Linux and Darwin and are
|
|
the easiest choice for getting started with Kibana.
|
|
+
|
|
The `zip` package is the only supported package for Windows.
|
|
+
|
|
<<targz>> or <<windows>>
|
|
|
|
`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.
|
|
+
|
|
<<deb>>
|
|
|
|
`rpm`::
|
|
|
|
The `rpm` package is suitable for installation on Red Hat, Centos, SLES,
|
|
OpenSuSE and other RPM-based systems. RPMs may be downloaded from the
|
|
Elastic website or from our RPM repository.
|
|
+
|
|
<<rpm>>
|
|
|
|
`docker`::
|
|
|
|
Images are available for running Kibana as a Docker container. They may be
|
|
downloaded from the Elastic Docker Registry. The default image ships with
|
|
{xpack-ref}/index.html[X-Pack] pre-installed.
|
|
+
|
|
<<docker,Running Kibana on Docker>>
|
|
|
|
IMPORTANT: If your Elasticsearch installation is protected by {xpack-ref}/xpack-security.html[X-Pack Security]
|
|
see {kibana-ref}/using-kibana-with-security.html[Configuring Security in Kibana]
|
|
for additional setup instructions.
|
|
|
|
|
|
include::install/targz.asciidoc[]
|
|
|
|
include::install/deb.asciidoc[]
|
|
|
|
include::install/rpm.asciidoc[]
|
|
|
|
include::install/windows.asciidoc[]
|