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

Nik Everett 3bcee8eaa0 Format runtime geo_points (#85449) před 3 roky
.ci da23ff057c Bump to version 8.5.0 před 3 roky
.github 17265e4db6 Remove GitHub action for syncing main branch with master před 3 roky
.idea d72f3e439a Stop versioning Checkstyle IDE config (#87285) před 3 roky
benchmarks bc8ebbf540 Add FieldDataContext (#88779) před 3 roky
build-conventions 0df14382b9 Add Checkstyle rule for broken switch cases (#88739) před 3 roky
build-tools 898b373169 Reinstate test cluster throttling behavior (#88664) před 3 roky
build-tools-internal da23ff057c Bump to version 8.5.0 před 3 roky
ccr 6940673e8a [DOCS] Update remote cluster docs (#77043) před 4 roky
client 8ccae4da71 Setup elasticsearch dependency monitoring with Snyk for production code (#88036) před 3 roky
dev-tools 0e504b066f Improve atomic push script to support worktrees (#68873) před 4 roky
distribution 0986d8b44e Add support for reading stable plugin descriptors (#88731) před 3 roky
docs 3bcee8eaa0 Format runtime geo_points (#85449) před 3 roky
gradle 160b14fbb1 Remove random runner from build tools (internal) tests (#88577) před 3 roky
libs f3cff66877 Fix EmbeddedImplClassLoaderTests on Windows (#88813) před 3 roky
licenses 71c0821ffc Keep low level rest client under Apache 2 software license (#68694) před 4 roky
modules 3bcee8eaa0 Format runtime geo_points (#85449) před 3 roky
plugins bc8ebbf540 Add FieldDataContext (#88779) před 3 roky
qa 0986d8b44e Add support for reading stable plugin descriptors (#88731) před 3 roky
rest-api-spec 3bcee8eaa0 Format runtime geo_points (#85449) před 3 roky
server 3bcee8eaa0 Format runtime geo_points (#85449) před 3 roky
test 8777a1ef40 Add stable indicator for plugin descriptor (#88823) před 3 roky
x-pack 34900386a6 Mute failing BWC tests před 3 roky
.backportrc.json 7e8df27c2c Remove 8.5 branch from backport config před 3 roky
.dir-locals.el 989da585b2 Go back to 140 column limit in .dir-locals.el před 8 roky
.editorconfig f69c7396d9 SQL: Fix FORMAT function to better comply with Microsoft SQL Server specification (#86225) před 3 roky
.git-blame-ignore-revs dd41a0d48d Fix typo in instructions for ignore-revs (#80058) před 4 roky
.gitattributes d6912ebd59 Assert no carriage returns in release notes test samples (#77238) před 4 roky
.gitignore d72f3e439a Stop versioning Checkstyle IDE config (#87285) před 3 roky
BUILDING.md ac9edce20c Update references to master branch in developer documentation před 3 roky
CHANGELOG.md 62943fe85c Add changelog (#83830) před 3 roky
CONTRIBUTING.md ac9edce20c Update references to master branch in developer documentation před 3 roky
LICENSE.txt a92a647b9f Update sources with new SSPL+Elastic-2.0 license headers před 4 roky
NOTICE.txt 208d575e43 Remove Joda dependency (#79007) před 4 roky
README.asciidoc b2130249b0 [DOCS] Refactor quick start guide and README (#71331) před 4 roky
REST_API_COMPATIBILITY.md ac9edce20c Update references to master branch in developer documentation před 3 roky
TESTING.asciidoc ac9edce20c Update references to master branch in developer documentation před 3 roky
Vagrantfile 0cd4863585 Introduce ES_JAVA_HOME (#68954) před 4 roky
build.gradle 362fb80db4 Add noop placeholder checkPart3 task před 3 roky
gradle.properties 90fe732024 Allow easing testing of java ea versions using gradle java tool chain support (#88188) před 3 roky
gradlew 98b789c940 Update to to Gradle wrapper 7.5 (#85141) před 3 roky
gradlew.bat 98b789c940 Update to to Gradle wrapper 7.5 (#85141) před 3 roky
settings.gradle 48d3063791 Remove duplicate definition of checkstyle version in use (#88339) před 3 roky

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.