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
Is your feature request related to a problem? Please describe.
It would be nice to have support for Amazon Opensearch Serverless Sink. Amazon Opensearch supports preview for Serverless. As a developer, you can use OpenSearch Serverless to run petabyte-scale workloads without configuring, managing, and scaling OpenSearch clusters.
Describe the solution you'd like
New plugin to support Amazon Opensearch Serverless as Sink.
I'm not sure we want a new sink here. We could make this a configuration on the existing opensearch sink.
One possible approach could be based on the solution for #877. In addition to opensearch and opendistro, Data Prepper could have an aws_serverless option here.
Or maybe this should be a completely different parameter entirely. Either way, I think we can make this work in the existing sink plugin.
Is there a particular reason you propose a different sink plugin?
In order to complete this, Data Prepper will need to support the x-amz-content-sha256 header. We could do this ourselves, but we want to update to use the AwsSdk2Transport from the opensearch-java client anyway.
Additionally, Serverless uses the aoss service name instead of es. The AwsSdk2Transport also supports setting the service name via the signingServiceName property:
Is your feature request related to a problem? Please describe.
It would be nice to have support for Amazon Opensearch Serverless Sink. Amazon Opensearch supports preview for Serverless. As a developer, you can use OpenSearch Serverless to run petabyte-scale workloads without configuring, managing, and scaling OpenSearch clusters.
Describe the solution you'd like
New plugin to support Amazon Opensearch Serverless as Sink.
Tasks
The text was updated successfully, but these errors were encountered: