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.
I have a pipeline that reads from an OpenSearch index and writes in another one. That OpenSearch server is behind a proxy, so I need to configure it in the source and the sink
Describe the solution you'd like
I think the best solution is adding a proxy to the opensearch source:
Is your feature request related to a problem? Please describe.
I have a pipeline that reads from an OpenSearch index and writes in another one. That OpenSearch server is behind a proxy, so I need to configure it in the source and the sink
Describe the solution you'd like
I think the best solution is adding a
proxy
to theopensearch
source:Or within the
connection
field:Describe alternatives you've considered (Optional)
proxy
field in theopensearch
source, or in theconnection
subfieldproxy
field in thedata-prepper-config.yaml
Additional context
The proxy configuration is already supported for the
opensearch
sink. It was reported in #300 and implemented in #479Thank you very much in advance!
I know how hard is maintaining an open source project, so if you need help, I can try to implement this
The text was updated successfully, but these errors were encountered: