DLQ configuration for s3 compatible storage (e.g. minio)

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):

Opensearch 3.3.2 / OpensearchDashboard 3.3.0 / Data-prepper 2.13.0 Installed on openshift environment via Helm Chart (no operator helm chart)

Describe the issue:

I’d like to configure DLQ to write to a Minio bucket, but the documentation only mentions Amazon S3, and it’s not possible to set any endpoint parameters ( Dead-letter queues - OpenSearch Documentation ).

Is it possible to achieve the result I want?

@mbona As per the Data Prepper documentation and code, Data Prepper DQL doesn’t support a custom S3 endpoint.

You can open a feature request in the Data Prepper Git repository. If you do so, please share the link here.

I’ve opened the feature request: [FEATURE] DLQ support for s3 compatible storage · Issue #7018 · opensearch-project/data-prepper · GitHub

Thanks.