Change OpenSearch Fields within Zero-ETL Integration to OpenSearch Domain

0

I have created an OpenSearch Domain Zero-ETL Pipeline and I'm wondering if there is a way within the pipeline script to change the field names within OpenSearch from the DynamoDB.

So is it possiple to change say a field within DynamoDB from 'name' and have it within OpenSearch to be 'FullName'?

I'm using the AWS-DynamoDBChangeDataCapturePipeline

1 Answer
0

You can use the rename-keys processor in your pipeline to do this: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/rename-keys/

profile pictureAWS
EXPERT
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions