-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a short guide to migrating to OpenSearch Data Prepper from Open…
… Distro Data Prepper. Signed-off-by: David Venable <[email protected]>
- Loading branch information
1 parent
8827e55
commit 1dc86cc
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Migrating from Open Distro Data Prepper | ||
|
||
Starting with Data Prepper 1.1, there is only one distribution of | ||
Data Prepper - Open Search Data Prepper. This document is here to help existing users migrate | ||
from the old Open Distro Data Prepper to OpenSearch Data Prepper. | ||
|
||
|
||
### Change your Pipeline Configuration | ||
|
||
The `elasticsearch` sink has changed to `opensearch`. You will | ||
need to change your existing pipeline to use the `opensearch` plugin | ||
instead of `elasticsearch`. | ||
|
||
Please note that while the plugin is titled `opensearch` it remains compatible | ||
with Open Distro and ElasticSearch 7.x. | ||
|
||
### Update Docker Image | ||
|
||
The Open Distro Data Prepper Docker image was located at `amazon/opendistro-for-elasticsearch-data-prepper`. | ||
You will need to change this value to `opensearchproject/opensearch-data-prepper`. | ||
|
||
## More Information | ||
|
||
You can find more information about Data Prepper configurations | ||
by going to the [Getting Started](getting_started.md) guide. |