mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
This PR updates a few references to hosted deployments on Elastic Cloud to avoid ambiguity with serverless in anticipation of serverless GA. Some more similar updates will be made on other repos to align. Rel: https://github.com/elastic/platform-docs-team/issues/485
64 lines
1.8 KiB
Text
64 lines
1.8 KiB
Text
[[install]]
|
|
== Install {kib}
|
|
|
|
[float]
|
|
=== {kib} on Elastic Cloud
|
|
|
|
If you are using 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.)
|
|
|
|
[float]
|
|
=== Install {kib} yourself
|
|
|
|
TIP: For a step-by-step example of setting up the {stack} on your own premises, try out our tutorial: {stack-ref}/installing-stack-demo-self.html[Installing a self-managed Elastic Stack].
|
|
|
|
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, 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.
|
|
+
|
|
<<docker,Running Kibana on Docker>>
|
|
|
|
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
|
|
additional setup instructions.
|
|
|
|
include::install/targz.asciidoc[]
|
|
|
|
include::install/windows.asciidoc[]
|
|
|
|
include::install/deb.asciidoc[]
|
|
|
|
include::install/rpm.asciidoc[]
|
|
|
|
include::{kibana-root}/docs/setup/docker.asciidoc[]
|