Free and Open, Distributed, RESTful Search Engine
Find a file
2024-06-06 02:10:18 +10:00
.buildkite Bump versions after 7.17.21 release 2024-05-03 15:39:48 +00:00
.ci Bump versions after 7.17.21 release 2024-05-03 15:39:48 +00:00
.github Add version command to issue template 2017-07-31 08:55:31 +09:00
.idea Ensure RUNTIME_JAVA_HOME is used for pre-7.0 package upgrade tests (#91629) 2022-11-16 14:56:38 -08:00
benchmarks [7.17] Update Gradle Wrapper to 8.2 (#96686) (#97484) 2023-09-27 08:46:44 +02:00
build-conventions [7.17] Allow resolving runtime java via Gradle tool chain provider (#105916) 2024-03-05 11:17:44 +01:00
build-tools Move muted tests file and allow for additional files to be configured (#107916) (#108035) 2024-04-29 14:16:57 -04:00
build-tools-internal Update bundled JDK to Java 22 (again) (#108654) (#108689) 2024-05-16 10:18:18 -04:00
ccr/images [DOCS] Update remote cluster docs (#77043) (#78212) 2021-09-23 12:13:03 +02:00
client [7.17] Manual backport of 103944 (#104016) 2024-01-08 11:31:01 -05:00
dev-tools Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 18:07:23 -08:00
distribution Guard bootstrap plugins loading from detecting plugins cache (#109116) 2024-05-29 10:16:44 -07:00
docs Add remove index setting command (#109276) (#109328) 2024-06-05 02:07:22 +10:00
gradle Update bundled JDK to Java 22 (again) (#108654) (#108689) 2024-05-16 10:18:18 -04:00
libs Adjust terminal tests to new behavior in JDK 22. (#103614) (#106051) 2024-03-06 19:29:27 -05:00
licenses [7.x] Keep low level rest client under Apache 2 software license (#68697) 2021-02-08 11:14:18 -08:00
modules [7.17] Fix Netty4TransportMultiPortIntegrationIT#testThatTransportClientCanConnect (#108112) 2024-05-07 15:51:16 +02:00
plugins [7.17] Align all usages of protobuf to be 3.21.9 (#95431) 2024-05-08 14:59:53 -06:00
qa Add rolling upgrade test for the index.mapper.dynamic index setting bug. (#109301) 2024-06-04 09:36:21 +02:00
rest-api-spec [7.17] Revert YAML tests changes related to index sorting (#93753) (#93781) 2023-02-14 08:14:28 -05:00
server Add remove index setting command (#109276) (#109328) 2024-06-05 02:07:22 +10:00
test Backport #107481 to 7.17 (#108003) 2024-04-30 15:02:35 +01:00
x-pack Revert "[7.17] Backport DLS changes (#108330)" (#109349) 2024-06-04 10:20:58 -05:00
.dir-locals.el Go back to 140 column limit in .dir-locals.el 2017-04-14 08:50:53 -06:00
.editorconfig Formatting escape hatch (#81806) 2021-12-16 16:28:17 +00:00
.git-blame-ignore-revs Add bulk reformat commit hash to git blame ignore file 2021-10-27 15:23:53 -07:00
.gitattributes Assert no carriage returns in release notes test samples (#77238) 2021-09-07 20:47:15 +01:00
.gitignore Configure required IDEA plugins (#84674) 2022-03-07 17:02:48 +00:00
build.gradle Update verifyVersion task after #106143 2024-03-27 15:37:40 -07:00
BUILDING.md [7.17] Add verification metadata for dependencies (#88814) (#89105) 2022-08-08 12:30:59 +02:00
catalog-info.yaml [7.17] [buildkite] Add most of the remaining periodic pipelines (#98043) (#99262) 2023-09-06 15:28:14 -04:00
CONTRIBUTING.md [7.17] Bump minimum compiler version to Java 17 (#85935) 2022-04-18 10:11:37 -07:00
elasticsearch Bump version to v7.14.0 2021-04-21 12:36:56 +01:00
gradle.properties Suppress gradle welcome messages (#102898) (#102911) 2023-12-04 12:08:32 +01:00
gradlew [7.17] Update gradle wrapper to 8.4 (#99856) (#100926) 2023-10-17 13:44:48 +02:00
gradlew.bat Update Gradle wrapper to 8.6 (#103796) (#105466) 2024-02-13 15:14:48 -05:00
LICENSE.txt Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 18:07:23 -08:00
muted-tests.yml Mute org.elasticsearch.transport.netty4.Netty4TransportMultiPortIntegrationIT org.elasticsearch.transport.netty4.Netty4TransportMultiPortIntegrationIT #109400 2024-06-06 02:10:18 +10:00
NOTICE.txt Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 18:07:23 -08:00
README.asciidoc [DOCS] Refactor quick start guide and README (#71331) (#71936) 2021-04-20 10:26:15 -04:00
rewrite.yml Auto backport java util Map / Set / List of methods (#76038) 2021-09-21 17:15:45 +02:00
settings.gradle [7.17] Allow resolving runtime java via Gradle tool chain provider (#105916) 2024-03-05 11:17:44 +01:00
TESTING.asciidoc Add mechanism to initialize YAML tests against a subset of test cases (#95095) (#95097) 2023-04-06 21:35:25 -04:00
Vagrantfile Introduce ES_JAVA_HOME (#68954) 2021-02-17 12:44:34 -05:00

= Elasticsearch

Elasticsearch is the distributed, RESTful search and analytics engine at the
heart of the https://www.elastic.co/products[Elastic Stack]. You can use
Elasticsearch to store, search, and manage data for:

* Logs
* Metrics
* A search backend
* Application monitoring
* Endpoint security

\... and more!

To learn more about Elasticsearch's features and capabilities, see our
https://www.elastic.co/products/elasticsearch[product page].

[[get-started]]
== Get started

The simplest way to set up Elasticsearch is to create a managed deployment with
https://www.elastic.co/cloud/as-a-service[Elasticsearch Service on Elastic
Cloud].

If you prefer to install and manage Elasticsearch yourself, you can download
the latest version from 
https://www.elastic.co/downloads/elasticsearch[elastic.co/downloads/elasticsearch].

For more installation options, see the
https://www.elastic.co/guide/en/elasticsearch/reference/current/install-elasticsearch.html[Elasticsearch installation
documentation].

[[upgrade]]
== Upgrade

To upgrade from an earlier version of Elasticsearch, see the
https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-upgrade.html[Elasticsearch upgrade
documentation].

[[build-source]]
== Build from source

Elasticsearch uses https://gradle.org[Gradle] for its build system.

To build a distribution for your local OS and print its output location upon
completion, run:
----
./gradlew localDistro
----

To build a distribution for another platform, run the related command:
----
./gradlew :distribution:archives:linux-tar:assemble
./gradlew :distribution:archives:darwin-tar:assemble
./gradlew :distribution:archives:windows-zip:assemble
----

To build distributions for all supported platforms, run:
----
./gradlew assemble
----

Distributions are output to `distributions/archives`.

To run the test suite, see xref:TESTING.asciidoc[TESTING].

[[docs]]
== Documentation

For the complete Elasticsearch documentation visit
https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html[elastic.co].

For information about our documentation processes, see the
xref:docs/README.asciidoc[docs README].

[[contribute]]
== Contribute

For contribution guidelines, see xref:CONTRIBUTING.md[CONTRIBUTING]. 

[[questions]]
== Questions? Problems? Suggestions?

* To report a bug or request a feature, create a
https://github.com/elastic/elasticsearch/issues/new/choose[GitHub Issue]. Please
ensure someone else hasn't created an issue for the same topic.

* Need help using Elasticsearch? Reach out on the
https://discuss.elastic.co[Elastic Forum] or https://ela.st/slack[Slack]. A
fellow community member or Elastic engineer will be happy to help you out.