123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- ["appendix",role="exclude",id="redirects"]
- = Deleted pages
- The following pages have moved or been deleted.
- [role="exclude",id="discovery-multicast"]
- === Multicast Discovery Plugin
- The `multicast-discovery` plugin has been removed. Instead, configure networking
- using unicast (see {ref}/modules-network.html[Network settings]) or using
- one of the <<discovery,cloud discovery plugins>>.
- [role="exclude",id="cloud-aws"]
- === AWS Cloud Plugin
- Looking for a hosted solution for Elasticsearch on AWS? Check out https://www.elastic.co/cloud/.
- The Elasticsearch `cloud-aws` plugin has been split into two separate plugins:
- * <<discovery-ec2>> (`discovery-ec2`)
- * {ref}/repository-s3.html[`repository-s3`]
- [role="exclude",id="cloud-azure"]
- === Azure Cloud Plugin
- The `cloud-azure` plugin has been split into two separate plugins:
- * <<discovery-azure-classic>> (`discovery-azure-classic`)
- * {ref}/repository-azure.html[`repository-azure`]
- [role="exclude",id="cloud-gce"]
- === GCE Cloud Plugin
- The `cloud-gce` plugin has been renamed to <<discovery-gce>> (`discovery-gce`).
- [role="exclude",id="plugins-delete-by-query"]
- === Delete-By-Query plugin removed
- The Delete-By-Query plugin has been removed in favor of a new {ref}/docs-delete-by-query.html[Delete By Query API]
- implementation in core.
- [role="exclude",id="ingest-geoip"]
- === Ingest `geoip` processor plugin
- The `geoip` processor is now a module and distributed with {es} by default. See
- {ref}/geoip-processor.html[GeoIP processor].
- [role="exclude",id="ingest-user-agent"]
- === Ingest `user_agent` processor plugin
- The `user_agent` processor is now a module and distributed with {es} by default.
- See {ref}/user-agent-processor.html[User Agent processor].
- [role="exclude",id="using-ingest-geoip"]
- === Using the `geoip` processor in a pipeline
- See {ref}/geoip-processor.html#using-ingest-geoip[using `ingest-geoip`].
- [role="exclude",id="alerting"]
- === Alerting plugins
- See {kib}'s {kibana-ref}/alerting-getting-started.html[Alerting and Actions].
- [role="exclude",id="management"]
- === Management plugins
- See {ref}/monitor-elasticsearch-cluster.html[{stack} monitoring].
- [role="exclude",id="security"]
- === Security plugins
- See {ref}/secure-cluster.html[{stack} security].
- [role="exclude",id="repository-azure"]
- === Azure repository plugin
- // tag::azure-repo-migration[]
- The Azure repository plugin is now included in {es}.
- See {ref}/repository-azure.html[Azure repository].
- // end::azure-repo-migration[]
- [role="exclude",id="repository-azure-usage"]
- === Azure repository plugin
- include::redirects.asciidoc[tag=azure-repo-migration]
- [role="exclude",id="repository-azure-client-settings"]
- === Azure repository plugin
- include::redirects.asciidoc[tag=azure-repo-migration]
- [role="exclude",id="repository-azure-repository-settings"]
- === Azure repository plugin
- include::redirects.asciidoc[tag=azure-repo-migration]
- [role="exclude",id="repository-azure-validation"]
- === Azure repository plugin
- include::redirects.asciidoc[tag=azure-repo-migration]
- [role="exclude",id="repository-s3"]
- === S3 repository plugin
- // tag::s3-repo-migration[]
- The S3 repository plugin is now included in {es}.
- See {ref}/repository-s3.html[S3 repository].
- // end::s3-repo-migration[]
- [role="exclude",id="repository-s3-usage"]
- === S3 repository plugin
- include::redirects.asciidoc[tag=s3-repo-migration]
- [role="exclude",id="repository-s3-client"]
- === S3 repository plugin
- include::redirects.asciidoc[tag=s3-repo-migration]
- [role="exclude",id="repository-s3-repository"]
- === S3 repository plugin
- include::redirects.asciidoc[tag=s3-repo-migration]
- [role="exclude",id="repository-gcs"]
- === Google Cloud Storage repository plugin
- // tag::gcs-repo-migration[]
- The Google Cloud Storage repository plugin is now included in {es}.
- See {ref}/repository-gcs.html[Google Cloud Storage repository].
- // end::gcs-repo-migration[]
- [role="exclude",id="repository-gcs-usage"]
- === Google Cloud Storage repository plugin
- include::redirects.asciidoc[tag=gcs-repo-migration]
- [role="exclude",id="repository-gcs-client"]
- === Google Cloud Storage repository plugin
- include::redirects.asciidoc[tag=gcs-repo-migration]
- [role="exclude",id="repository-gcs-repository"]
- === Google Cloud Storage repository plugin
- include::redirects.asciidoc[tag=gcs-repo-migration]
- [role="exclude",id="ingest-attachment"]
- === Ingest Attachment plugin
- // tag::ingest-attachment-migration[]
- The Ingest Attachment plugin is now included in {es}.
- See the {ref}/attachment.html[Ingest Attachment] processor.
- // end::ingest-attachment-migration[]
- [role="exclude",id="ingest"]
- === Ingest plugins
- All ingest functionality has been moved into the default distribution.
- For more information refer to the {ref}/processors.html[existing processors].
|