redirects.asciidoc 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ["appendix",role="exclude",id="redirects"]
  2. = Deleted pages
  3. The following pages have moved or been deleted.
  4. [role="exclude",id="discovery-multicast"]
  5. === Multicast Discovery Plugin
  6. The `multicast-discovery` plugin has been removed. Instead, configure networking
  7. using unicast (see {ref}/modules-network.html[Network settings]) or using
  8. one of the <<discovery,cloud discovery plugins>>.
  9. [role="exclude",id="cloud-aws"]
  10. === AWS Cloud Plugin
  11. Looking for a hosted solution for Elasticsearch on AWS? Check out http://www.elastic.co/cloud.
  12. The Elasticsearch `cloud-aws` plugin has been split into two separate plugins:
  13. * <<discovery-ec2>> (`discovery-ec2`)
  14. * <<repository-s3>> (`repository-s3`)
  15. [role="exclude",id="cloud-azure"]
  16. === Azure Cloud Plugin
  17. The `cloud-azure` plugin has been split into two separate plugins:
  18. * <<discovery-azure-classic>> (`discovery-azure-classic`)
  19. * <<repository-azure>> (`repository-azure`)
  20. [role="exclude",id="cloud-gce"]
  21. === GCE Cloud Plugin
  22. The `cloud-gce` plugin has been renamed to <<discovery-gce>> (`discovery-gce`).
  23. [role="exclude",id="plugins-delete-by-query"]
  24. === Delete-By-Query plugin removed
  25. The Delete-By-Query plugin has been removed in favor of a new {ref}/docs-delete-by-query.html[Delete By Query API]
  26. implementation in core.