opensearch-docs-cn/_clients/data-prepper/migrate-open-distro.md

26 lines
1.1 KiB
Markdown
Raw Normal View History

Migrating from open distro data prepper (#1485) * Added cluster permissions to cluster permissions list. Signed-off-by: carolxob <carolxob@amazon.com> * Revert "Added cluster permissions to cluster permissions list." This reverts commit 48a9fb56b7fce308eccf2b4dd8ad6b7c96515a4d. * Migrated pipelines and migrating from Open Distro. Signed-off-by: carolxob <carolxob@amazon.com> * Update _clients/data-prepper/migrate-open-distro.md Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Update _clients/data-prepper/migrate-open-distro.md Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Update _clients/data-prepper/migrate-open-distro.md Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Update _clients/data-prepper/migrate-open-distro.md Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Update _clients/data-prepper/migrate-open-distro.md Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Minor changes to Next Steps section. Signed-off-by: carolxob <carolxob@amazon.com> * Added a space to get change to push. Signed-off-by: carolxob <carolxob@amazon.com> * Removed space. Signed-off-by: carolxob <carolxob@amazon.com> * Saving file and pushing, no major changes. Signed-off-by: carolxob <carolxob@amazon.com> * Apply suggestions from code review Co-authored-by: Nate Bower <nbower@amazon.com> Signed-off-by: carolxob <carolxob@amazon.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Nate Bower <nbower@amazon.com>
2022-11-03 17:28:03 -04:00
---
layout: default
title: Migrating from Open Distro Data Prepper
parent: Data Prepper
nav_order: 2
---
# Migrating from Open Distro Data Prepper
Beginning with Data Prepper 1.1, there is only one distribution of Data Prepper: OpenSearch Data Prepper. This document helps existing users migrate from the Open Distro Data Prepper to OpenSearch Data Prepper.
## Change your pipeline configuration
The `elasticsearch` sink has changed to `opensearch`. Therefore, change your existing pipeline to use the `opensearch` plugin instead of `elasticsearch`.
While the Data Prepper plugin is titled `opensearch`, it remains compatible with Open Distro and ElasticSearch 7.x.
{: .note}
## Update Docker image
In your Data Prepper Docker configuration, adjust `amazon/opendistro-for-elasticsearch-data-prepper` to `opensearchproject/data-prepper`. This change will download the latest Data Prepper Docker image.
## Next steps
For more information about Data Prepper configurations, see [Getting Started with Data Prepper]({{site.url}}{{site.baseurl}}/clients/data-prepper/get-started/).