2013-08-29 07:24:34 +08:00
|
|
|
[[setup]]
|
2017-06-22 05:27:30 +08:00
|
|
|
= Set up Elasticsearch
|
2013-08-29 07:24:34 +08:00
|
|
|
|
|
|
|
[partintro]
|
|
|
|
--
|
2016-04-03 22:09:24 +08:00
|
|
|
This section includes information on how to setup Elasticsearch and get it
|
|
|
|
running, including:
|
2013-08-29 07:24:34 +08:00
|
|
|
|
2016-04-03 22:09:24 +08:00
|
|
|
* Downloading
|
|
|
|
* Installing
|
|
|
|
* Starting
|
|
|
|
* Configuring
|
2014-02-07 00:01:58 +08:00
|
|
|
|
2015-10-09 18:27:05 +08:00
|
|
|
[[supported-platforms]]
|
|
|
|
[float]
|
|
|
|
== Supported platforms
|
|
|
|
|
|
|
|
The matrix of officially supported operating systems and JVMs is available here:
|
2017-12-14 20:47:50 +08:00
|
|
|
link:/support/matrix[Support Matrix]. Elasticsearch is tested on the listed
|
2015-10-09 18:27:05 +08:00
|
|
|
platforms, but it is possible that it will work on other platforms too.
|
|
|
|
|
2014-09-11 17:13:19 +08:00
|
|
|
[float]
|
|
|
|
[[jvm-version]]
|
2016-04-03 22:09:24 +08:00
|
|
|
== Java (JVM) Version
|
2014-09-11 17:13:19 +08:00
|
|
|
|
2019-03-29 21:04:46 +08: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-19 04:17:16 +08: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 21:04:46 +08:00
|
|
|
|
|
|
|
To use your own version of Java, set the `JAVA_HOME` environment variable.
|
2019-04-19 04:17:16 +08: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 20:47:50 +08: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-19 04:17:16 +08:00
|
|
|
The bundled JVM directory may be removed when using your own JVM.
|
2014-09-11 17:13:19 +08:00
|
|
|
|
2013-08-29 07:24:34 +08:00
|
|
|
--
|
|
|
|
|
2016-04-03 22:09:24 +08:00
|
|
|
include::setup/install.asciidoc[]
|
2013-08-29 07:24:34 +08:00
|
|
|
|
2016-04-03 22:09:24 +08:00
|
|
|
include::setup/configuration.asciidoc[]
|
2013-09-23 23:24:31 +08:00
|
|
|
|
2017-12-12 23:24:37 +08:00
|
|
|
include::setup/jvm-options.asciidoc[]
|
|
|
|
|
2017-01-31 06:56:45 +08:00
|
|
|
include::setup/secure-settings.asciidoc[]
|
|
|
|
|
2017-07-21 17:24:27 +08:00
|
|
|
include::setup/logging-config.asciidoc[]
|
|
|
|
|
2019-03-15 05:22:06 +08:00
|
|
|
include::settings/audit-settings.asciidoc[]
|
|
|
|
|
|
|
|
include::settings/ccr-settings.asciidoc[]
|
|
|
|
|
2019-07-20 02:50:28 +08:00
|
|
|
include::settings/data-frames-settings.asciidoc[]
|
|
|
|
|
2019-04-06 07:38:31 +08:00
|
|
|
include::settings/ilm-settings.asciidoc[]
|
|
|
|
|
2019-03-15 05:22:06 +08:00
|
|
|
include::settings/license-settings.asciidoc[]
|
|
|
|
|
|
|
|
include::settings/ml-settings.asciidoc[]
|
|
|
|
|
2019-03-19 02:11:52 +08:00
|
|
|
include::settings/monitoring-settings.asciidoc[]
|
|
|
|
|
2019-03-15 05:22:06 +08:00
|
|
|
include::settings/security-settings.asciidoc[]
|
|
|
|
|
|
|
|
include::settings/sql-settings.asciidoc[]
|
|
|
|
|
|
|
|
include::settings/notification-settings.asciidoc[]
|
|
|
|
|
2017-07-21 17:24:27 +08:00
|
|
|
include::setup/important-settings.asciidoc[]
|
2016-05-27 18:03:35 +08:00
|
|
|
|
2016-04-03 22:09:24 +08:00
|
|
|
include::setup/sysconfig.asciidoc[]
|
2014-04-02 00:28:08 +08:00
|
|
|
|
2017-07-21 17:24:27 +08:00
|
|
|
include::setup/bootstrap-checks.asciidoc[]
|
|
|
|
|
2018-07-04 04:40:37 +08:00
|
|
|
include::setup/starting.asciidoc[]
|
|
|
|
|
2016-07-08 02:44:03 +08:00
|
|
|
include::setup/stopping.asciidoc[]
|
2019-01-16 03:11:01 +08:00
|
|
|
|
|
|
|
include::setup/add-nodes.asciidoc[]
|