这是elasticsearch的镜像仓库,每日同步一次

Nik Everett 7c9c4b17e6 Fix tsdb tests for enrich release build (#89699) 3 years ago
.ci 773aeabf3d Bump versions after 7.17.6 release 3 years ago
.github 58fae25490 Auto-generate preview links for DOC PRs (#89670) 3 years ago
.idea d72f3e439a Stop versioning Checkstyle IDE config (#87285) 3 years ago
benchmarks db5ddb321f Synthetic source error on script loads (#88334) 3 years ago
build-conventions 0df14382b9 Add Checkstyle rule for broken switch cases (#88739) 3 years ago
build-tools d7de930f0a Better support for multiple nodes via ./gradlew run (#89563) 3 years ago
build-tools-internal d7de930f0a Better support for multiple nodes via ./gradlew run (#89563) 3 years ago
ccr 6940673e8a [DOCS] Update remote cluster docs (#77043) 4 years ago
client 841ac8e43a Upgrade Apache Commons Logging to 1.2 (#85745) 3 years ago
dev-tools 114955f121 Add convenience script for pruning old dev branch CI jobs 3 years ago
distribution c0019a3ff6 Ensure APM module is always installed in release test clusters (#89223) 3 years ago
docs 104f4e9fb5 Synthetic _source: support version field type (#89706) 3 years ago
gradle 724b76f7b8 Upgrade to lucene-9.4.0-snapshot-923a9f800ae (#89427) 3 years ago
libs bc4c6784dd Stable Plugin API modules and analysis interfaces (#88775) 3 years ago
licenses 71c0821ffc Keep low level rest client under Apache 2 software license (#68694) 4 years ago
modules db5ddb321f Synthetic source error on script loads (#88334) 3 years ago
plugins 841ac8e43a Upgrade Apache Commons Logging to 1.2 (#85745) 3 years ago
qa 5af8ec52fe Support camel case dates on 7.x indices (#88914) 3 years ago
rest-api-spec c6ad2dac74 Paranoid tests for `meta` (#89677) 3 years ago
server ce63ee5059 Add a stored fields loader (#89657) 3 years ago
test ce63ee5059 Add a stored fields loader (#89657) 3 years ago
x-pack 7c9c4b17e6 Fix tsdb tests for enrich release build (#89699) 3 years ago
.backportrc.json 61da112f32 Ensure order of precedence in matching `main` branch in backports 3 years ago
.dir-locals.el 989da585b2 Go back to 140 column limit in .dir-locals.el 8 years ago
.editorconfig f69c7396d9 SQL: Fix FORMAT function to better comply with Microsoft SQL Server specification (#86225) 3 years ago
.git-blame-ignore-revs dd41a0d48d Fix typo in instructions for ignore-revs (#80058) 4 years ago
.gitattributes d6912ebd59 Assert no carriage returns in release notes test samples (#77238) 4 years ago
.gitignore d72f3e439a Stop versioning Checkstyle IDE config (#87285) 3 years ago
BUILDING.md 3909b5eaf9 Add verification metadata for dependencies (#88814) 3 years ago
CHANGELOG.md f28f4545b2 In the field capabilities API, re-add support for `fields` in the request body (#88972) 3 years ago
CONTRIBUTING.md ac9edce20c Update references to master branch in developer documentation 3 years ago
LICENSE.txt a92a647b9f Update sources with new SSPL+Elastic-2.0 license headers 4 years ago
NOTICE.txt 208d575e43 Remove Joda dependency (#79007) 4 years ago
README.asciidoc b2130249b0 [DOCS] Refactor quick start guide and README (#71331) 4 years ago
REST_API_COMPATIBILITY.md ac9edce20c Update references to master branch in developer documentation 3 years ago
TESTING.asciidoc d7de930f0a Better support for multiple nodes via ./gradlew run (#89563) 3 years ago
TRACING.md 259d2e0b1d Fix typo in TRACING.md 3 years ago
Vagrantfile 0cd4863585 Introduce ES_JAVA_HOME (#68954) 4 years ago
build.gradle 20ed7e3fd9 Better support for multi cluster for run task (#89442) 3 years ago
gradle.properties 3909b5eaf9 Add verification metadata for dependencies (#88814) 3 years ago
gradlew 98b789c940 Update to to Gradle wrapper 7.5 (#85141) 3 years ago
gradlew.bat 98b789c940 Update to to Gradle wrapper 7.5 (#85141) 3 years ago
settings.gradle 48d3063791 Remove duplicate definition of checkstyle version in use (#88339) 3 years ago

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.