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

István Zoltán Szabó 483d145f78 [DOCS] Fixes an attribute in PUT DFA API docs. (#74931) 4 years ago
.ci 0700359fc2 Add JAVA15_HOME environment variable for Windows pull request builds 4 years ago
.github 10a89c50db Give GitHub action a proper name 4 years ago
.idea a5d2251064 Order imports when reformatting (#74059) 4 years ago
benchmarks df941367df Add dimension mapping parameter (#74450) 4 years ago
build-conventions 1ea7e5000e Fix gradle func tests running in idea (#74811) 4 years ago
build-tools c328cb7555 Fix task dependency wiring for multi node test clusters (#74692) 4 years ago
build-tools-internal 1db75f75ca Polish and cleanup test related plugins (#74673) 4 years ago
client 12b4fcf0fe ReindexIT wait for task to really start (#73018) 4 years ago
dev-tools 0e504b066f Improve atomic push script to support worktrees (#68873) 4 years ago
distribution 8a72639863 Fix UBI source URL (#74357) 4 years ago
docs 483d145f78 [DOCS] Fixes an attribute in PUT DFA API docs. (#74931) 4 years ago
gradle 854661b8bf Updating Gradle wrapper to version 7.1.1 (#74886) 4 years ago
libs a0d26954bd Improve efficiency of Grok circular reference check (#74814) 4 years ago
licenses 71c0821ffc Keep low level rest client under Apache 2 software license (#68694) 4 years ago
modules 0f30c79e4b Remove legacy geo code from AbstractGeometryQueryBuilder classes (#74741) 4 years ago
plugins 85f0a029c2 Optimize Away Small Resumable Uploads in GCS Repository (#74813) 4 years ago
qa 0254dc3503 Warn on possible master service starvation (#74820) 4 years ago
rest-api-spec dc60a3880c Adjust BWC test version for disk usage API 4 years ago
server 721917c3ba Permit more temp files in data path (#74921) 4 years ago
test 0254dc3503 Warn on possible master service starvation (#74820) 4 years ago
x-pack 7b5b9d0bfc [ML] Avoid 5s wait in AbstractNativeProcessTests (#74916) 4 years ago
.backportrc.json 75d8079c37 Update .backportrc.json 4 years ago
.dir-locals.el 989da585b2 Go back to 140 column limit in .dir-locals.el 8 years ago
.editorconfig 7ab0735054 Add .editorconfig options for gradle and groovy files (#74286) 4 years ago
.git-blame-ignore-revs 07ff39e468 Rename .git-blame-ignore-rev to .git-blame-ignore-revs 4 years ago
.gitattributes 3e7fccddaf Add a CHANGELOG file for release notes. (#29450) 7 years ago
.gitignore 1f1c8b0019 Move custom checkstyle rule implementations to build-conventions project (#74017) 4 years ago
CONTRIBUTING.md a5d2251064 Order imports when reformatting (#74059) 4 years ago
LICENSE.txt a92a647b9f Update sources with new SSPL+Elastic-2.0 license headers 4 years ago
NOTICE.txt a92a647b9f Update sources with new SSPL+Elastic-2.0 license headers 4 years ago
README.asciidoc b2130249b0 [DOCS] Refactor quick start guide and README (#71331) 4 years ago
TESTING.asciidoc 9ab2e764eb [DOCS] Fix link (#73810) 4 years ago
Vagrantfile 0cd4863585 Introduce ES_JAVA_HOME (#68954) 4 years ago
build.gradle 718d79cf0c Adjust BWC version for compressing async search response (#74882) 4 years ago
gradle.properties 0b03f694a3 Fix Spotless failing with InvocationTargetException on JDK 16 (#73246) 4 years ago
gradlew c2e86258d8 Update wrapper to 7.1 (#73941) 4 years ago
gradlew.bat d154091969 Update gradle wrapper to 6.6 (#59909) 5 years ago
settings.gradle cfdc74d0df Minor cleanup on settings.gradle (#74910) 4 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.