kibana/docs/setup/install.asciidoc

69 lines
1.8 KiB
Plaintext
Raw Normal View History

[[install]]
== Installing Kibana
[float]
=== Hosted Kibana
If you are running our hosted Elasticsearch Service on Elastic Cloud, you access Kibana with a single click. (You can {ess-trial}[sign up for a free trial] and start exploring data in minutes.)
2018-07-11 20:25:18 +02:00
[float]
=== Installing Kibana Yourself
2018-07-11 20:25:18 +02:00
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>>
2016-11-14 03:43:03 +01:00
`docker`::
Images are available for running Kibana as a Docker container. They may be
2018-07-11 20:25:18 +02:00
downloaded from the Elastic Docker Registry.
2016-11-14 03:43:03 +01:00
+
<<docker,Running Kibana on Docker>>
2016-11-14 03:43:03 +01:00
`brew`::
Formulae are available from the Elastic Homebrew tap for installing {kib} on macOS with the Homebrew package manager.
+
<<brew>>
2018-07-11 20:25:18 +02:00
IMPORTANT: If your Elasticsearch installation is protected by
2019-11-26 21:36:35 +01:00
{ref}/elasticsearch-security.html[{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[]
include::install/brew.asciidoc[]