Free and Open, Distributed, RESTful Search Engine
Find a file
2025-06-18 15:47:09 +02:00
.buildkite [7.17] [Build] Add support for publishing to maven central (#128659) (#129487) 2025-06-17 01:34:10 +10:00
.ci Bump versions after 7.17.28 release 2025-02-27 15:43:45 +00:00
.github
.idea
benchmarks
build-conventions [7.17] Fix custom naming on plugin based DRA maven artifacts (#129622) 2025-06-18 15:47:09 +02:00
build-tools [7.17] Fix custom naming on plugin based DRA maven artifacts (#129622) 2025-06-18 15:47:09 +02:00
build-tools-internal [7.17] [Build] Add support for publishing to maven central (#128659) (#129487) 2025-06-17 01:34:10 +10:00
ccr/images
client
dev-tools
distribution [7.17] [Build] Add support for publishing to maven central (#128659) (#129487) 2025-06-17 01:34:10 +10:00
docs Fix race condition in RestCancellableNodeClient (#126703) 2025-04-12 02:22:16 +10:00
gradle [7.17] [Build] Add support for publishing to maven central (#128659) (#129487) 2025-06-17 01:34:10 +10:00
libs
licenses
modules [7.17] Fix custom naming on plugin based DRA maven artifacts (#129622) 2025-06-18 15:47:09 +02:00
plugins [7.17] Fix custom naming on plugin based DRA maven artifacts (#129622) 2025-06-18 15:47:09 +02:00
qa Fix race condition in RestCancellableNodeClient (#126703) 2025-04-12 02:22:16 +10:00
rest-api-spec
server [7.17] Fix IndexStatsIT#testThrottleStats (#126762) 2025-04-22 09:59:22 +02:00
test Ignore WET timezone in date utils tests (#124962) 2025-03-17 05:38:14 -07:00
x-pack [7.17] Fix custom naming on plugin based DRA maven artifacts (#129622) 2025-06-18 15:47:09 +02:00
.dir-locals.el
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
branches.json Rename 8.x branch to 8.19 2025-04-25 14:43:05 -04:00
build.gradle [7.17] [Build] Add support for publishing to maven central (#128659) (#129487) 2025-06-17 01:34:10 +10:00
BUILDING.md
catalog-info.yaml
CONTRIBUTING.md
elasticsearch
gradle.properties
gradlew
gradlew.bat
LICENSE.txt
muted-tests.yml
NOTICE.txt
README.asciidoc
rewrite.yml
settings.gradle [7.x] [Gradle] Remove jitpack repository usage (#119053) 2024-12-20 01:21:59 +11:00
TESTING.asciidoc
Vagrantfile

= 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.