Skip to content

Commit

Permalink
Update _posts/2024-09-24-creating-a-new-database-integration-with-dat…
Browse files Browse the repository at this point in the history
…a-prepper.markdown

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Taylor Gray <[email protected]>
  • Loading branch information
graytaylor0 and natebower authored Nov 5, 2024
1 parent 4f1d91d commit 34a09d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ The `SOURCE_COORDINATION_PIPELINE_IDENTIFIER` must correspond to the `partition_

Configure the source coordination store for Data Prepper using the `data-prepper-config.yaml` file. Currently, this store exclusively supports DynamoDB.

In the `data-prepper/release/archives/linux/build/install/opensearch-data-prepper-$VERSION-linux-x64/config/` directory, create a file named `data-prepper-config.yaml`. Insert the following content, replacing `REGION` with your desired DynamoDB table region and `ROLE_ARN_FROM_STEP_5` with the appropriate role ARN:
In the `data-prepper/release/archives/linux/build/install/opensearch-data-prepper-$VERSION-linux-x64/config/` directory, create a file named `data-prepper-config.yaml`. Insert the following content, replacing `REGION` with your desired DynamoDB table region and `ROLE_ARN_FROM_STEP_5` with the appropriate role Amazon Resource Name (ARN):

```yaml
ssl: false
Expand Down

0 comments on commit 34a09d5

Please sign in to comment.