redirects.asciidoc 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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 https://www.elastic.co/cloud/.
  12. The Elasticsearch `cloud-aws` plugin has been split into two separate plugins:
  13. * <<discovery-ec2>> (`discovery-ec2`)
  14. * {ref}/repository-s3.html[`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. * {ref}/repository-azure.html[`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.
  27. [role="exclude",id="ingest-geoip"]
  28. === Ingest `geoip` processor plugin
  29. The `geoip` processor is now a module and distributed with {es} by default. See
  30. {ref}/geoip-processor.html[GeoIP processor].
  31. [role="exclude",id="ingest-user-agent"]
  32. === Ingest `user_agent` processor plugin
  33. The `user_agent` processor is now a module and distributed with {es} by default.
  34. See {ref}/user-agent-processor.html[User Agent processor].
  35. [role="exclude",id="using-ingest-geoip"]
  36. === Using the `geoip` processor in a pipeline
  37. See {ref}/geoip-processor.html#using-ingest-geoip[using `ingest-geoip`].
  38. [role="exclude",id="alerting"]
  39. === Alerting plugins
  40. See {kib}'s {kibana-ref}/alerting-getting-started.html[Alerting and Actions].
  41. [role="exclude",id="management"]
  42. === Management plugins
  43. See {ref}/monitor-elasticsearch-cluster.html[{stack} monitoring].
  44. [role="exclude",id="security"]
  45. === Security plugins
  46. See {ref}/secure-cluster.html[{stack} security].
  47. [role="exclude",id="repository-azure"]
  48. === Azure repository plugin
  49. // tag::azure-repo-migration[]
  50. The Azure repository plugin is now included in {es}.
  51. See {ref}/repository-azure.html[Azure repository].
  52. // end::azure-repo-migration[]
  53. [role="exclude",id="repository-azure-usage"]
  54. === Azure repository plugin
  55. include::redirects.asciidoc[tag=azure-repo-migration]
  56. [role="exclude",id="repository-azure-client-settings"]
  57. === Azure repository plugin
  58. include::redirects.asciidoc[tag=azure-repo-migration]
  59. [role="exclude",id="repository-azure-repository-settings"]
  60. === Azure repository plugin
  61. include::redirects.asciidoc[tag=azure-repo-migration]
  62. [role="exclude",id="repository-azure-validation"]
  63. === Azure repository plugin
  64. include::redirects.asciidoc[tag=azure-repo-migration]
  65. [role="exclude",id="repository-s3"]
  66. === S3 repository plugin
  67. // tag::s3-repo-migration[]
  68. The S3 repository plugin is now included in {es}.
  69. See {ref}/repository-s3.html[S3 repository].
  70. // end::s3-repo-migration[]
  71. [role="exclude",id="repository-s3-usage"]
  72. === S3 repository plugin
  73. include::redirects.asciidoc[tag=s3-repo-migration]
  74. [role="exclude",id="repository-s3-client"]
  75. === S3 repository plugin
  76. include::redirects.asciidoc[tag=s3-repo-migration]
  77. [role="exclude",id="repository-s3-repository"]
  78. === S3 repository plugin
  79. include::redirects.asciidoc[tag=s3-repo-migration]
  80. [role="exclude",id="repository-gcs"]
  81. === Google Cloud Storage repository plugin
  82. // tag::gcs-repo-migration[]
  83. The Google Cloud Storage repository plugin is now included in {es}.
  84. See {ref}/repository-gcs.html[Google Cloud Storage repository].
  85. // end::gcs-repo-migration[]
  86. [role="exclude",id="repository-gcs-usage"]
  87. === Google Cloud Storage repository plugin
  88. include::redirects.asciidoc[tag=gcs-repo-migration]
  89. [role="exclude",id="repository-gcs-client"]
  90. === Google Cloud Storage repository plugin
  91. include::redirects.asciidoc[tag=gcs-repo-migration]
  92. [role="exclude",id="repository-gcs-repository"]
  93. === Google Cloud Storage repository plugin
  94. include::redirects.asciidoc[tag=gcs-repo-migration]
  95. [role="exclude",id="ingest-attachment"]
  96. === Ingest Attachment plugin
  97. // tag::ingest-attachment-migration[]
  98. The Ingest Attachment plugin is now included in {es}.
  99. See the {ref}/attachment.html[Ingest Attachment] processor.
  100. // end::ingest-attachment-migration[]
  101. [role="exclude",id="ingest"]
  102. === Ingest plugins
  103. All ingest functionality has been moved into the default distribution.
  104. For more information refer to the {ref}/processors.html[existing processors].