Skip to content

Commit

Permalink
Migrating from open distro data prepper (opensearch-project#1485)
Browse files Browse the repository at this point in the history
* Added cluster permissions to cluster permissions list.

Signed-off-by: carolxob <[email protected]>

* Revert "Added cluster permissions to cluster permissions list."

This reverts commit 48a9fb5.

* Migrated pipelines and migrating from Open Distro.

Signed-off-by: carolxob <[email protected]>

* Update _clients/data-prepper/migrate-open-distro.md

Co-authored-by: Naarcha-AWS <[email protected]>

* Update _clients/data-prepper/migrate-open-distro.md

Co-authored-by: Naarcha-AWS <[email protected]>

* Update _clients/data-prepper/migrate-open-distro.md

Co-authored-by: Naarcha-AWS <[email protected]>

* Update _clients/data-prepper/migrate-open-distro.md

Co-authored-by: Naarcha-AWS <[email protected]>

* Update _clients/data-prepper/migrate-open-distro.md

Co-authored-by: Naarcha-AWS <[email protected]>

* Minor changes to Next Steps section.

Signed-off-by: carolxob <[email protected]>

* Added a space to get change to push.

Signed-off-by: carolxob <[email protected]>

* Removed space.

Signed-off-by: carolxob <[email protected]>

* Saving file and pushing, no major changes.

Signed-off-by: carolxob <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nate Bower <[email protected]>

Signed-off-by: carolxob <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Co-authored-by: Nate Bower <[email protected]>
  • Loading branch information
3 people authored Nov 3, 2022
1 parent 6ff8203 commit 7d49496
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions _clients/data-prepper/migrate-open-distro.md
Original file line number Diff line number Diff line change
@@ -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/).
2 changes: 1 addition & 1 deletion _clients/data-prepper/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Pipelines
parent: Data Prepper
nav_order: 2
nav_order: 10
---

# Pipelines
Expand Down

0 comments on commit 7d49496

Please sign in to comment.