| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 | [[setup]]= Setup Elasticsearch[partintro]--This section includes information on how to setup Elasticsearch and get itrunning, including:* Downloading* Installing* Starting* Configuring[[supported-platforms]][float]== Supported platformsThe matrix of officially supported operating systems and JVMs is available here:link:/support/matrix[Support Matrix].  Elasticsearch is tested on the listedplatforms, but it is possible that it will work on other platforms too.[float][[jvm-version]]== Java (JVM) VersionElasticsearch is built using Java, and requires at leasthttp://www.oracle.com/technetwork/java/javase/downloads/index.html[Java 8] inorder to run. Only Oracle's Java and the OpenJDK are supported. The same JVMversion should be used on all Elasticsearch nodes and clients.We recommend installing Java version *{jdk} or later*. Elasticsearch willrefuse to start if a known-bad version of Java is used.The version of Java that Elasticsearch will use can be configured by settingthe `JAVA_HOME` environment variable.NOTE: Elasticsearch ships with default configuration for running Elasticsearch on 64-bit server JVMs. If you are using a 32-bit client JVM,you must remove `-server` from <<jvm-options,jvm.options>> and if you are using any 32-bit JVM you should reconfigure the thread stack sizefrom `-Xss1m` to `-Xss320k`.--include::setup/install.asciidoc[]include::setup/configuration.asciidoc[]include::setup/important-settings.asciidoc[]include::setup/secure-settings.asciidoc[]include::setup/bootstrap-checks.asciidoc[]include::setup/sysconfig.asciidoc[]include::setup/upgrade.asciidoc[]include::setup/stopping.asciidoc[]
 |