discovery.asciidoc 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. [[discovery]]
  2. == Discovery Plugins
  3. Discovery plugins extend Elasticsearch by adding new discovery mechanisms that
  4. can be used instead of {ref}/modules-discovery-zen.html[Zen Discovery].
  5. [float]
  6. ==== Core discovery plugins
  7. The core discovery plugins are:
  8. <<discovery-ec2,EC2 discovery>>::
  9. The EC2 discovery plugin uses the https://github.com/aws/aws-sdk-java[AWS API] for unicast discovery.
  10. <<discovery-azure-classic,Azure Classic discovery>>::
  11. The Azure Classic discovery plugin uses the Azure Classic API for unicast discovery.
  12. <<discovery-gce,GCE discovery>>::
  13. The Google Compute Engine discovery plugin uses the GCE API for unicast discovery.
  14. [float]
  15. ==== Community contributed discovery plugins
  16. A number of discovery plugins have been contributed by our community:
  17. * https://github.com/shikhar/eskka[eskka Discovery Plugin] (by Shikhar Bhushan)
  18. * https://github.com/fabric8io/elasticsearch-cloud-kubernetes[Kubernetes Discovery Plugin] (by Jimmi Dyson, http://fabric8.io[fabric8])
  19. include::discovery-ec2.asciidoc[]
  20. include::discovery-azure-classic.asciidoc[]
  21. include::discovery-gce.asciidoc[]