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

James Rodewig eda391a7ed [DOCS] Delete pipeline containing stored script (#83102) 3 years ago
.ci 1cbc10a17f Trigger example plugins checks on any build-related changes 3 years ago
.github 97f010d16a Remove duplicate security vulnerability section from issue template (#82987) 3 years ago
.idea f68a577b79 Revert accidental commit of absolute path in Idea checkstyle config 3 years ago
benchmarks d9589cb312 Add support for in index order execution mode to aggregations (#82129) 3 years ago
build-conventions d84b875698 Update checkstyle to latest 8.x release (#82186) 3 years ago
build-tools a54c2f7f05 Fix getBuildPluginFile for examples and thirdparty build (#82730) 3 years ago
build-tools-internal 001d0a4e8a Try again to fix changelog areas after reorg (#83100) 3 years ago
ccr 6940673e8a [DOCS] Update remote cluster docs (#77043) 4 years ago
client cce5ad2e4f Migrate to Java16 records (part 2) (#82914) 3 years ago
dev-tools 0e504b066f Improve atomic push script to support worktrees (#68873) 4 years ago
distribution 6687a28e4e Display security auto-configuration with fancy unicode (#82740) 3 years ago
docs eda391a7ed [DOCS] Delete pipeline containing stored script (#83102) 3 years ago
gradle 5280a17285 Update gradle wrapper to 7.3.3 (#82057) 3 years ago
libs 002f506de8 Construct dynamic updates directly via object builders (#81449) 3 years ago
licenses 71c0821ffc Keep low level rest client under Apache 2 software license (#68694) 4 years ago
modules cce5ad2e4f Migrate to Java16 records (part 2) (#82914) 3 years ago
plugins 5894dfadc6 Upgrade to Netty 4.1.73 (#82844) 3 years ago
qa 9be18cb6b4 Remove unnecessary deprecation warning in Get Alias API (#82773) 3 years ago
rest-api-spec d9f77fa3a6 Allow doc-values only search on ip fields (#82929) 3 years ago
server 7f81877ce0 Remove unnecessary CopyOnWriteHashMap class (#83040) 3 years ago
test 18e40fcbd5 Make IndexNameExpressionResolver more Static (#82940) 3 years ago
x-pack fbcc9d5f22 Bind to non-localhost for transport in some cases (#82973) 3 years ago
.backportrc.json 1bc7bbb6d3 Add version for 7.17.0 3 years ago
.dir-locals.el 989da585b2 Go back to 140 column limit in .dir-locals.el 8 years ago
.editorconfig 5b49982309 Formatting escape hatch (#81806) 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 1f1c8b0019 Move custom checkstyle rule implementations to build-conventions project (#74017) 4 years ago
BUILDING.md 00c172e902 Document how to test a dev version of a 3party dependency (#78962) 4 years ago
CONTRIBUTING.md b72825f601 Add guidance on logging to CONTRIBUTING.md (#75544) 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
TESTING.asciidoc a7fdb08046 Fix docs for passing JVM args to ./gradlew run (#81253) 3 years ago
Vagrantfile 0cd4863585 Introduce ES_JAVA_HOME (#68954) 4 years ago
build.gradle 3aa97164ce Re-enable BWC (#82888) 3 years ago
gradle.properties 0b03f694a3 Fix Spotless failing with InvocationTargetException on JDK 16 (#73246) 4 years ago
gradlew 86a577227e Update Gradle wrapper to 7.2 (#75894) 4 years ago
gradlew.bat d154091969 Update gradle wrapper to 6.6 (#59909) 5 years ago
settings.gradle 71c702263b Check whether stdout is a real console (#79882) 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.