mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[DOCS] Adds new installation package details (#17781)
This commit is contained in:
parent
81c9274e17
commit
74be884eb2
6 changed files with 55 additions and 11 deletions
|
@ -9,14 +9,15 @@ found on https://github.com/elastic/kibana-docker/tree/{branch}[GitHub].
|
|||
|
||||
=== Image types
|
||||
|
||||
The images are available in two different configurations or "flavors". The
|
||||
`x-pack` flavor, which is the default, ships with X-Pack features
|
||||
pre-installed. The `oss` flavor does not include X-Pack, and contains only
|
||||
open source Kibana.
|
||||
These images are free to use under the Elastic license. They contain open source
|
||||
and free commercial features and access to paid commercial features.
|
||||
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
|
||||
paid commercial features. See the
|
||||
https://www.elastic.co/subscriptions[Subscriptions] page for information about
|
||||
Elastic license levels.
|
||||
|
||||
NOTE: https://www.elastic.co/guide/en/x-pack/current/index.html[X-Pack] is
|
||||
pre-installed in the default image. With X-Pack installed, Kibana expects to
|
||||
connect to an Elasticsearch cluster that is also running X-Pack.
|
||||
Alternatively, you can download `-oss` images, which contain only features that
|
||||
are available under the Apache 2.0 license.
|
||||
|
||||
=== Pulling the image
|
||||
Obtaining Kibana for Docker is as simple as issuing a +docker pull+ command
|
||||
|
|
|
@ -34,8 +34,7 @@ Elastic website or from our RPM repository.
|
|||
`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.
|
||||
downloaded from the Elastic Docker Registry.
|
||||
+
|
||||
<<docker,Running Kibana on Docker>>
|
||||
|
||||
|
|
|
@ -2,9 +2,16 @@
|
|||
=== Install Kibana with Debian Package
|
||||
|
||||
The Debian package for Kibana can be <<install-deb,downloaded from our website>>
|
||||
or from our <<deb-repo,APT repository>>. It can be used to install
|
||||
or from our <<deb-repo,APT repository>>. It can be used to install
|
||||
Kibana on any Debian-based system such as Debian and Ubuntu.
|
||||
|
||||
This package is free to use under the Elastic license. It contains open source
|
||||
and free commercial features and access to paid commercial features.
|
||||
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
|
||||
paid commercial features. See the
|
||||
https://www.elastic.co/subscriptions[Subscriptions] page for information about
|
||||
Elastic license levels.
|
||||
|
||||
The latest stable version of Kibana can be found on the
|
||||
link:/downloads/kibana[Download Kibana] page. Other versions can
|
||||
be found on the link:/downloads/past-releases[Past Releases page].
|
||||
|
@ -115,6 +122,10 @@ sudo dpkg -i kibana-{version}-amd64.deb
|
|||
<1> Compare the SHA produced by `shasum` with the
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-{version}-amd64.deb.sha512[published SHA].
|
||||
|
||||
Alternatively, you can download the following package, which contains only
|
||||
features that are available under the Apache 2.0 license:
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-oss-{version}-amd64.deb
|
||||
|
||||
endif::[]
|
||||
|
||||
include::init-systemd.asciidoc[]
|
||||
|
|
|
@ -2,13 +2,20 @@
|
|||
=== Install Kibana with RPM
|
||||
|
||||
The RPM for Kibana can be <<install-rpm,downloaded from our website>>
|
||||
or from our <<rpm-repo,RPM repository>>. It can be used to install
|
||||
or from our <<rpm-repo,RPM repository>>. It can be used to install
|
||||
Kibana on any RPM-based system such as OpenSuSE, SLES, Centos, Red Hat,
|
||||
and Oracle Enterprise.
|
||||
|
||||
NOTE: RPM install is not supported on distributions with old versions of RPM,
|
||||
such as SLES 11 and CentOS 5. Please see <<targz>> instead.
|
||||
|
||||
This package is free to use under the Elastic license. It contains open source
|
||||
and free commercial features and access to paid commercial features.
|
||||
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
|
||||
paid commercial features. See the
|
||||
https://www.elastic.co/subscriptions[Subscriptions] page for information about
|
||||
Elastic license levels.
|
||||
|
||||
The latest stable version of Kibana can be found on the
|
||||
link:/downloads/kibana[Download Kibana] page. Other versions can
|
||||
be found on the link:/downloads/past-releases[Past Releases page].
|
||||
|
@ -106,6 +113,10 @@ sudo rpm --install kibana-{version}-x86_64.rpm
|
|||
<1> Compare the SHA produced by `shasum` with the
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-{version}-x86_64.rpm.sha512[published SHA].
|
||||
|
||||
Alternatively, you can download the following package, which contains only
|
||||
features that are available under the Apache 2.0 license:
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-oss-{version}-x86_64.rpm
|
||||
|
||||
endif::[]
|
||||
|
||||
include::init-systemd.asciidoc[]
|
||||
|
|
|
@ -4,6 +4,13 @@
|
|||
Kibana is provided for Linux and Darwin as a `.tar.gz` package. These packages
|
||||
are the easiest formats to use when trying out Kibana.
|
||||
|
||||
These packages are free to use under the Elastic license. They contain open
|
||||
source and free commercial features and access to paid commercial features.
|
||||
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
|
||||
paid commercial features. See the
|
||||
https://www.elastic.co/subscriptions[Subscriptions] page for information about
|
||||
Elastic license levels.
|
||||
|
||||
The latest stable version of Kibana can be found on the
|
||||
link:/downloads/kibana[Download Kibana] page.
|
||||
Other versions can be found on the
|
||||
|
@ -61,6 +68,10 @@ cd kibana-{version}-darwin-x86_64/ <2>
|
|||
https://artifacts.elastic.co/downloads/kibana/kibana-{version}-darwin-x86_64.tar.gz.sha512[published SHA].
|
||||
<2> This directory is known as `$KIBANA_HOME`.
|
||||
|
||||
Alternatively, you can download the following package, which contains only
|
||||
features that are available under the Apache 2.0 license:
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-oss-{version}-darwin-x86_64.tar.gz
|
||||
|
||||
endif::[]
|
||||
|
||||
|
||||
|
|
|
@ -3,6 +3,13 @@
|
|||
|
||||
Kibana can be installed on Windows using the `.zip` package.
|
||||
|
||||
This package is free to use under the Elastic license. It contains open source
|
||||
and free commercial features and access to paid commercial features.
|
||||
{xpack-ref}/license-management.html[Start a 30-day trial] to try out all of the
|
||||
paid commercial features. See the
|
||||
https://www.elastic.co/subscriptions[Subscriptions] page for information about
|
||||
Elastic license levels.
|
||||
|
||||
The latest stable version of Kibana can be found on the
|
||||
link:/downloads/kibana[Download Kibana] page.
|
||||
Other versions can be found on the
|
||||
|
@ -32,6 +39,10 @@ terminal window, `CD` to the `$KIBANA_HOME` directory, for instance:
|
|||
CD c:\kibana-{version}-windows-x86_64
|
||||
----------------------------
|
||||
|
||||
Alternatively, you can download the following package, which contains only
|
||||
features that are available under the Apache 2.0 license:
|
||||
https://artifacts.elastic.co/downloads/kibana/kibana-oss-{version}-windows-x86_64.zip
|
||||
|
||||
endif::[]
|
||||
|
||||
[[windows-running]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue