Go to file
Martijn van Groningen 9702d3fbfc
Replace RoutingTable#shardsWithState(...) with RoutingNodes#unassigned(...) (#78931)
Replaces only the production use cases of `RoutingTable#shardsWithState(...)` with `RoutingNodes#unassigned()`.

Relates to #77466
2021-10-12 09:30:21 +02:00
.ci
.github
.idea
benchmarks
build-conventions
build-tools Simplify TestCluster extraJar configuration (#78837) 2021-10-11 10:16:03 +02:00
build-tools-internal Simplify TestCluster extraJar configuration (#78837) 2021-10-11 10:16:03 +02:00
ccr/images
client Remove use of Joda from test framework (#78851) 2021-10-11 13:44:26 -07:00
dev-tools
distribution
docs Index prefixes for searchable snapshots (#78474) 2021-10-11 17:08:09 -07:00
gradle/wrapper
libs
licenses
modules
plugins
qa
rest-api-spec Update versions after backport (#78934) 2021-10-11 15:06:06 -04:00
server Replace RoutingTable#shardsWithState(...) with RoutingNodes#unassigned(...) (#78931) 2021-10-12 09:30:21 +02:00
test Remove use of Joda from test framework (#78851) 2021-10-11 13:44:26 -07:00
x-pack Skip loading authorized indices if requests do not need them (#78321) 2021-10-12 14:50:00 +11:00
.backportrc.json
.dir-locals.el
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
BUILDING.md
CONTRIBUTING.md
LICENSE.txt
NOTICE.txt
README.asciidoc
TESTING.asciidoc
Vagrantfile
build.gradle Unmute bwc tests and adjust bwc serialization in DiscoveryStats (#78917) 2021-10-11 09:43:07 -04:00
gradle.properties
gradlew
gradlew.bat
settings.gradle

README.asciidoc

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