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.
The OpenSearch Java client supports an AWS-based transport (AwsSdk2Transport). Investigate using this when sending requests to Amazon OpenSearch Service.
To solve this, we can update Data Prepper's ConnectionConfiguration provide a method to create an opensearch-java OpenSearchClient object instead of a rest high-level client.
Is your feature request related to a problem? Please describe.
The OpenSearch Java client supports an AWS-based transport (
AwsSdk2Transport
). Investigate using this when sending requests to Amazon OpenSearch Service.Describe the solution you'd like
Possibly change to use the AWS transport.
Additional context
Suggested by @dblock in #1877 (comment)
The text was updated successfully, but these errors were encountered: