mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 13:38:49 +00:00
Plugin discovery documentation contained information about installing Elasticsearch 2.0 and installing an oracle JDK, both of which is no longer valid. While noticing that the instructions used cleartext HTTP to install packages, this commit replaces HTTPs links instead of HTTP where possible. In addition a few community links have been removed, as they do not seem to exist anymore. Co-authored-by: Alexander Reelsen <alexander@reelsen.net>
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
[[discovery]]
|
|
== Discovery Plugins
|
|
|
|
Discovery plugins extend Elasticsearch by adding new seed hosts providers that
|
|
can be used to extend the {ref}/modules-discovery.html[cluster formation
|
|
module].
|
|
|
|
[discrete]
|
|
==== 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]
|
|
to identify the addresses of seed hosts.
|
|
|
|
<<discovery-azure-classic,Azure Classic discovery>>::
|
|
|
|
The Azure Classic discovery plugin uses the Azure Classic API to identify the
|
|
addresses of seed hosts.
|
|
|
|
<<discovery-gce,GCE discovery>>::
|
|
|
|
The Google Compute Engine discovery plugin uses the GCE API to identify the
|
|
addresses of seed hosts.
|
|
|
|
[discrete]
|
|
==== Community contributed discovery plugins
|
|
|
|
The following discovery plugins have been contributed by our community:
|
|
|
|
* https://github.com/fabric8io/elasticsearch-cloud-kubernetes[Kubernetes Discovery Plugin] (by Jimmi Dyson, https://fabric8.io[fabric8])
|
|
|
|
include::discovery-ec2.asciidoc[]
|
|
|
|
include::discovery-azure-classic.asciidoc[]
|
|
|
|
include::discovery-gce.asciidoc[]
|