diff --git a/_clients/data-prepper/migrate-open-distro.md b/_clients/data-prepper/migrate-open-distro.md new file mode 100644 index 00000000..3d1c3eb5 --- /dev/null +++ b/_clients/data-prepper/migrate-open-distro.md @@ -0,0 +1,25 @@ +--- +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/). \ No newline at end of file diff --git a/_clients/data-prepper/pipelines.md b/_clients/data-prepper/pipelines.md index 7e40d3b0..b433c12d 100644 --- a/_clients/data-prepper/pipelines.md +++ b/_clients/data-prepper/pipelines.md @@ -2,7 +2,7 @@ layout: default title: Pipelines parent: Data Prepper -nav_order: 2 +nav_order: 10 --- # Pipelines