mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
This commit overhauls the documentation of discovery and cluster coordination, removing mention of the Zen Discovery module and replacing it with docs for the new cluster coordination mechanism introduced in 7.0. Relates #32006
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
[[discovery]]
|
|
== Discovery Plugins
|
|
|
|
Discovery plugins extend Elasticsearch by adding new hosts providers that can be
|
|
used to extend the {ref}/modules-discovery.html[cluster formation module].
|
|
|
|
[float]
|
|
==== Core discovery plugins
|
|
|
|
The core discovery plugins are:
|
|
|
|
<<discovery-ec2,EC2 discovery>>::
|
|
|
|
The EC2 discovery plugin uses the https://github.com/aws/aws-sdk-java[AWS API]
|
|
for unicast discovery.
|
|
|
|
<<discovery-azure-classic,Azure Classic discovery>>::
|
|
|
|
The Azure Classic discovery plugin uses the Azure Classic API for unicast
|
|
discovery.
|
|
|
|
<<discovery-gce,GCE discovery>>::
|
|
|
|
The Google Compute Engine discovery plugin uses the GCE API for unicast
|
|
discovery.
|
|
|
|
[float]
|
|
==== Community contributed discovery plugins
|
|
|
|
A number of discovery plugins have been contributed by our community:
|
|
|
|
* https://github.com/fabric8io/elasticsearch-cloud-kubernetes[Kubernetes Discovery Plugin] (by Jimmi Dyson, http://fabric8.io[fabric8])
|
|
|
|
include::discovery-ec2.asciidoc[]
|
|
|
|
include::discovery-azure-classic.asciidoc[]
|
|
|
|
include::discovery-gce.asciidoc[]
|