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

James Rodewig ce4b95e5b0 [DOCS] Document `time_series_metric` mapping parameter (#78013) 4 years ago
.ci 407d6ce945 Now that 7.15.0 is out, we're not expecting a 7.14.3 4 years ago
.github 80817d0fcd Add GitHub action for synchronizing commits from master to main branch 4 years ago
.idea b11c15b7e0 [ML] Adding new trained model allocation service (#75778) 4 years ago
benchmarks b2ed599ec5 Add time_series_metric parameter (#76766) 4 years ago
build-conventions 11c6dfc95f Add LZ4 compressor with Java9 perf improvements (#77153) 4 years ago
build-tools 6ef13abe81 Do not create unused testCluster (#77581) 4 years ago
build-tools-internal 6ef13abe81 Do not create unused testCluster (#77581) 4 years ago
ccr 6940673e8a [DOCS] Update remote cluster docs (#77043) 4 years ago
client 6ef13abe81 Do not create unused testCluster (#77581) 4 years ago
dev-tools 0e504b066f Improve atomic push script to support worktrees (#68873) 4 years ago
distribution 339d9f0847 Fix ShowKeyStoreCommand test on FIPS (#78243) 4 years ago
docs ce4b95e5b0 [DOCS] Document `time_series_metric` mapping parameter (#78013) 4 years ago
gradle 86a577227e Update Gradle wrapper to 7.2 (#75894) 4 years ago
libs 6125067145 Add 'show' command to the keystore CLI (#76693) 4 years ago
licenses 71c0821ffc Keep low level rest client under Apache 2 software license (#68694) 4 years ago
modules f4755eb8f5 Fix split package org.apache.lucene.analysis.miscellaneous (#78205) 4 years ago
plugins 6ef13abe81 Do not create unused testCluster (#77581) 4 years ago
qa 6ef13abe81 Do not create unused testCluster (#77581) 4 years ago
rest-api-spec 6ef13abe81 Do not create unused testCluster (#77581) 4 years ago
server 09ed7dde34 Remove unnecessary split package ignores - fix build 4 years ago
test 6ef13abe81 Do not create unused testCluster (#77581) 4 years ago
x-pack bf154bc40f Fix failing 131_sort_segments_migrate_to_data_stream test (#77845) 4 years ago
.backportrc.json e7c0daee1c Add version constant for 7.16.0 4 years ago
.dir-locals.el 989da585b2 Go back to 140 column limit in .dir-locals.el 8 years ago
.editorconfig 128a7e7744 Fix compiler warnings in :server - part 3 (#76024) 4 years ago
.git-blame-ignore-revs 5aa0dd7f33 fix git blame after autoformtting (#77040) 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 6ef13abe81 Do not create unused testCluster (#77581) 4 years ago
CONTRIBUTING.md eec1a181c9 Document general gradle build guidelines (#76551) 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 979f297f12 Isolate example plugins projects from main Elasticsearch build (#78140) 4 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 979f297f12 Isolate example plugins projects from main Elasticsearch build (#78140) 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.