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

James Rodewig f8d2578ede [DOCS] EQL: Remove wildcard function (#72121) 4 years ago
.ci ca2fb5c7ee Add v7.14.0 version 4 years ago
.github ca008da2bc Update the wording for the feature request issue template (#57037) 5 years ago
.idea 71c0821ffc Keep low level rest client under Apache 2 software license (#68694) 4 years ago
benchmarks 57e6c78a52 Fix profiled global agg (#71575) 4 years ago
buildSrc 548f9dc369 Use forbidden APIs to help avoid bad no-merge IWCs (#72107) 4 years ago
client 52c88a763e [DOCS] Add runtime_mappings to update datafeed API in HLRC (#71772) 4 years ago
dev-tools 0e504b066f Improve atomic push script to support worktrees (#68873) 4 years ago
distribution 308aee283d Update GeoIP processor documentation (#71211) 4 years ago
docs f8d2578ede [DOCS] EQL: Remove wildcard function (#72121) 4 years ago
gradle a1cd67f1c6 Rerun test task when test jdk crashed with System exit (#71881) 4 years ago
libs 289d202cb2 Rework geo mappers to index value by value (#71696) 4 years ago
licenses 71c0821ffc Keep low level rest client under Apache 2 software license (#68694) 4 years ago
modules 1d514c53cb Remove MapperService#parse method (#72080) 4 years ago
plugins aa5d1948ba Introduce RepositoryData.SnapshotDetails (#71826) 4 years ago
qa 02485b2fc3 Mute IndexingIT.testIndexing 4 years ago
rest-api-spec 39fee5e908 Fix composite early termination on sorted (#72101) 4 years ago
server 39fee5e908 Fix composite early termination on sorted (#72101) 4 years ago
test 39fee5e908 Fix composite early termination on sorted (#72101) 4 years ago
x-pack 39fee5e908 Fix composite early termination on sorted (#72101) 4 years ago
.dir-locals.el 989da585b2 Go back to 140 column limit in .dir-locals.el 8 years ago
.editorconfig a67a5f9216 Generate an IDE-compatible checkstyle configuration (#66109) 4 years ago
.gitattributes 3e7fccddaf Add a CHANGELOG file for release notes. (#29450) 7 years ago
.gitignore 7693aeafcd Banish build-eclipse (#70696) 4 years ago
CONTRIBUTING.md 8ae92b5111 Add some notes on javadoc to CONTRIBUTING (#71924) 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 693807a6d3 [DOCS] Fix double spaces (#71082) 4 years ago
Vagrantfile 0cd4863585 Introduce ES_JAVA_HOME (#68954) 4 years ago
build.gradle c2b4bb15c7 Reenable BWC tests after #71667 (#71985) 4 years ago
gradle.properties b26fa7067f Improve error messages around detecting Java installations (#70166) 4 years ago
gradlew d154091969 Update gradle wrapper to 6.6 (#59909) 5 years ago
gradlew.bat d154091969 Update gradle wrapper to 6.6 (#59909) 5 years ago
settings.gradle 167ed57a6d Transform docker log4j properties at build time (#71346) 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.