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

David Turner c9d4892929 Weaken language about "low-latency" networks (#89198) hace 3 años
.ci 18245ec9ef Fail eagerly when beats artifacts don't exist hace 3 años
.github 17265e4db6 Remove GitHub action for syncing main branch with master hace 3 años
.idea d72f3e439a Stop versioning Checkstyle IDE config (#87285) hace 3 años
benchmarks 87ab933c8b Remove calls to deprecated xcontent method (#84733) hace 3 años
build-conventions 0df14382b9 Add Checkstyle rule for broken switch cases (#88739) hace 3 años
build-tools a67920e1dc Add file delete retry to testcluster ElasticsearchNode (#89095) hace 3 años
build-tools-internal 398b0147a7 Upgrade Gradle wrapper to 7.5.1 (#88918) hace 3 años
ccr 6940673e8a [DOCS] Update remote cluster docs (#77043) hace 4 años
client 3909b5eaf9 Add verification metadata for dependencies (#88814) hace 3 años
dev-tools 0e504b066f Improve atomic push script to support worktrees (#68873) hace 4 años
distribution ac25477e40 Quote paths with whitespace in Windows service CLIs (#89072) hace 3 años
docs c9d4892929 Weaken language about "low-latency" networks (#89198) hace 3 años
gradle 398b0147a7 Upgrade Gradle wrapper to 7.5.1 (#88918) hace 3 años
libs cdbd7ad543 Add publishing plugin to elasticsearch-grok project (#89184) hace 3 años
licenses 71c0821ffc Keep low level rest client under Apache 2 software license (#68694) hace 4 años
modules 81265d2c2a Add support for source fallback with scaled float field type (#89053) hace 3 años
plugins 398b0147a7 Upgrade Gradle wrapper to 7.5.1 (#88918) hace 3 años
qa 512bfebc10 Provide tracing implementation using OpenTelemetry + APM agent (#88443) hace 3 años
rest-api-spec d588d456f0 [ML] add new trained model deployment cache clear API (#89074) hace 3 años
server c6c05bb625 Deduplicate ShardRouting instances when building ClusterInfo (#89190) hace 3 años
test ac25477e40 Quote paths with whitespace in Windows service CLIs (#89072) hace 3 años
x-pack 9dd47d8a92 Account for `null` metadata in update API key test (#89195) hace 3 años
.backportrc.json 61da112f32 Ensure order of precedence in matching `main` branch in backports hace 3 años
.dir-locals.el 989da585b2 Go back to 140 column limit in .dir-locals.el hace 8 años
.editorconfig f69c7396d9 SQL: Fix FORMAT function to better comply with Microsoft SQL Server specification (#86225) hace 3 años
.git-blame-ignore-revs dd41a0d48d Fix typo in instructions for ignore-revs (#80058) hace 4 años
.gitattributes d6912ebd59 Assert no carriage returns in release notes test samples (#77238) hace 4 años
.gitignore d72f3e439a Stop versioning Checkstyle IDE config (#87285) hace 3 años
BUILDING.md 3909b5eaf9 Add verification metadata for dependencies (#88814) hace 3 años
CHANGELOG.md f28f4545b2 In the field capabilities API, re-add support for `fields` in the request body (#88972) hace 3 años
CONTRIBUTING.md ac9edce20c Update references to master branch in developer documentation hace 3 años
LICENSE.txt a92a647b9f Update sources with new SSPL+Elastic-2.0 license headers hace 4 años
NOTICE.txt 208d575e43 Remove Joda dependency (#79007) hace 4 años
README.asciidoc b2130249b0 [DOCS] Refactor quick start guide and README (#71331) hace 4 años
REST_API_COMPATIBILITY.md ac9edce20c Update references to master branch in developer documentation hace 3 años
TESTING.asciidoc ac9edce20c Update references to master branch in developer documentation hace 3 años
TRACING.md 259d2e0b1d Fix typo in TRACING.md hace 3 años
Vagrantfile 0cd4863585 Introduce ES_JAVA_HOME (#68954) hace 4 años
build.gradle 857fe2ec86 Update version serialization for CCR backport and re-enable BWC tests (#88998) hace 3 años
gradle.properties 3909b5eaf9 Add verification metadata for dependencies (#88814) hace 3 años
gradlew 98b789c940 Update to to Gradle wrapper 7.5 (#85141) hace 3 años
gradlew.bat 98b789c940 Update to to Gradle wrapper 7.5 (#85141) hace 3 años
settings.gradle 48d3063791 Remove duplicate definition of checkstyle version in use (#88339) hace 3 años

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.