Does Firehose support CRUD operations on OpenSearch

0

Hi,

We are designing a data indexing pipeline to OpenSearch using Firehose, like : data source ----(putRecordBatch)----> firehose ---(Lambda transformation)--> OpenSearch

New data added to data store will be indexed via this flow in near-real time. There is requirement of both creating new documents, and doing partial update on existing documents(ie, updating select attributes of a specified document id)

Does Firehose integration with OpenSearch support Upsert(Update if document is seen in OpenSearch, else insert)?

Thanks

質問済み 2年前237ビュー
1回答
0

Amazon Kinesis Data Firehose is a delivery streaming service and could not perform CURD operation to Opensearch. Currently, it dose not support Upsert / doing partial update on existing documents as a unique document ID is been generated by firehose while inserting the data to Opensearch. Thus, everytime data will flow new records will be created.

AWS
サポートエンジニア
回答済み 10ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ