2013-08-29 01:24:34 +02:00
|
|
|
[[setup]]
|
2017-06-21 14:27:30 -07:00
|
|
|
= Set up Elasticsearch
|
2013-08-29 01:24:34 +02:00
|
|
|
|
|
|
|
[partintro]
|
|
|
|
--
|
2016-04-03 16:09:24 +02:00
|
|
|
This section includes information on how to setup Elasticsearch and get it
|
|
|
|
running, including:
|
2013-08-29 01:24:34 +02:00
|
|
|
|
2016-04-03 16:09:24 +02:00
|
|
|
* Downloading
|
|
|
|
* Installing
|
|
|
|
* Starting
|
|
|
|
* Configuring
|
2014-02-06 17:01:58 +01:00
|
|
|
|
2015-10-09 12:27:05 +02:00
|
|
|
[[supported-platforms]]
|
|
|
|
[float]
|
|
|
|
== Supported platforms
|
|
|
|
|
|
|
|
The matrix of officially supported operating systems and JVMs is available here:
|
2017-12-14 07:47:50 -05:00
|
|
|
link:/support/matrix[Support Matrix]. Elasticsearch is tested on the listed
|
2015-10-09 12:27:05 +02:00
|
|
|
platforms, but it is possible that it will work on other platforms too.
|
|
|
|
|
2014-09-11 11:13:19 +02:00
|
|
|
[float]
|
|
|
|
[[jvm-version]]
|
2016-04-03 16:09:24 +02:00
|
|
|
== Java (JVM) Version
|
2014-09-11 11:13:19 +02:00
|
|
|
|
2019-03-29 06:04:46 -07:00
|
|
|
Elasticsearch is built using Java, and includes a bundled version of
|
|
|
|
http://openjdk.java.net[OpenJDK] from the JDK maintainers (GPLv2+CE)
|
2019-04-18 14:17:16 -06:00
|
|
|
within each distribution. The bundled JVM is the recommended JVM and
|
|
|
|
is located within the `jdk` directory of the Elasticsearch home directory.
|
2019-03-29 06:04:46 -07:00
|
|
|
|
|
|
|
To use your own version of Java, set the `JAVA_HOME` environment variable.
|
2019-04-18 14:17:16 -06:00
|
|
|
If you must use a version of Java that is different from the bundled JVM,
|
|
|
|
we recommend using a link:/support/matrix[supported]
|
2017-12-14 07:47:50 -05:00
|
|
|
http://www.oracle.com/technetwork/java/eol-135779.html[LTS version of Java].
|
|
|
|
Elasticsearch will refuse to start if a known-bad version of Java is used.
|
2019-04-18 14:17:16 -06:00
|
|
|
The bundled JVM directory may be removed when using your own JVM.
|
2014-09-11 11:13:19 +02:00
|
|
|
|
2013-08-29 01:24:34 +02:00
|
|
|
--
|
|
|
|
|
2016-04-03 16:09:24 +02:00
|
|
|
include::setup/install.asciidoc[]
|
2013-08-29 01:24:34 +02:00
|
|
|
|
2016-04-03 16:09:24 +02:00
|
|
|
include::setup/configuration.asciidoc[]
|
2013-09-23 18:24:31 +03:00
|
|
|
|
2017-12-12 10:24:37 -05:00
|
|
|
include::setup/jvm-options.asciidoc[]
|
|
|
|
|
2017-01-30 14:56:45 -08:00
|
|
|
include::setup/secure-settings.asciidoc[]
|
|
|
|
|
2017-07-21 11:24:27 +02:00
|
|
|
include::setup/logging-config.asciidoc[]
|
|
|
|
|
2019-03-14 14:22:06 -07:00
|
|
|
include::settings/audit-settings.asciidoc[]
|
|
|
|
|
|
|
|
include::settings/ccr-settings.asciidoc[]
|
|
|
|
|
2019-07-19 16:17:39 -05:00
|
|
|
include::settings/data-frames-settings.asciidoc[]
|
|
|
|
|
2019-04-05 16:38:31 -07:00
|
|
|
include::settings/ilm-settings.asciidoc[]
|
|
|
|
|
2019-03-14 14:22:06 -07:00
|
|
|
include::settings/license-settings.asciidoc[]
|
|
|
|
|
|
|
|
include::settings/ml-settings.asciidoc[]
|
|
|
|
|
2019-03-18 11:11:52 -07:00
|
|
|
include::settings/monitoring-settings.asciidoc[]
|
|
|
|
|
2019-03-14 14:22:06 -07:00
|
|
|
include::settings/security-settings.asciidoc[]
|
|
|
|
|
|
|
|
include::settings/sql-settings.asciidoc[]
|
|
|
|
|
|
|
|
include::settings/notification-settings.asciidoc[]
|
|
|
|
|
2017-07-21 11:24:27 +02:00
|
|
|
include::setup/important-settings.asciidoc[]
|
2016-05-27 06:03:35 -04:00
|
|
|
|
2016-04-03 16:09:24 +02:00
|
|
|
include::setup/sysconfig.asciidoc[]
|
2014-04-01 12:28:08 -04:00
|
|
|
|
2017-07-21 11:24:27 +02:00
|
|
|
include::setup/bootstrap-checks.asciidoc[]
|
|
|
|
|
2018-07-03 13:40:37 -07:00
|
|
|
include::setup/starting.asciidoc[]
|
|
|
|
|
2016-07-07 14:44:03 -04:00
|
|
|
include::setup/stopping.asciidoc[]
|
2019-01-15 11:11:01 -08:00
|
|
|
|
|
|
|
include::setup/add-nodes.asciidoc[]
|
2019-11-12 14:49:11 +01:00
|
|
|
|
|
|
|
include::setup/restart-cluster.asciidoc[]
|