You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The upsert action is supposed to insert a document if it does not exist, and update a document if it does exist. However, the upsert action as part of a bulk request from the opensearch sink receives a document not found error from OpenSearch.
To Reproduce
Steps to reproduce the behavior:
Configure and start a pipeline with an opensearch sink with action: upsert
Send an Event that does not have an existing document_id for that document in the OpenSearch index
Describe the bug
The
upsert
action is supposed to insert a document if it does not exist, and update a document if it does exist. However, theupsert
action as part of a bulk request from theopensearch
sink receives adocument not found
error from OpenSearch.To Reproduce
Steps to reproduce the behavior:
action: upsert
document_id
for that document in the OpenSearch indexExpected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: