Does Data Prepper support reading data streams source from OpenSearch and sink data streams to Opensearch? #5959
-
Hi all, Since the snapshot feature is disabled in our OpenSearch cluster, I want to use Data Prepper to back up all data(including both indices and data streams) from OpenSearch to S3, and later restore it from S3 to OpenSearch.
How should I configure the opensearch sink to avoid this error and write to a data stream correctly? Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
lightedcode
Aug 5, 2025
Replies: 1 comment
-
After I add |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lightedcode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After I add
action: create
parameter, the data streams can be sink to the Opensearch.