Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support proxy in OpenSearch source #5422

Open
pablosnt opened this issue Feb 7, 2025 · 0 comments
Open

Support proxy in OpenSearch source #5422

pablosnt opened this issue Feb 7, 2025 · 0 comments

Comments

@pablosnt
Copy link

pablosnt commented Feb 7, 2025

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:

source:
  opensearch:
    ...
    proxy: https://myproxy:8080

Or within the connection field:

source:
  opensearch:
    ...
    connection:
      proxy: https://myproxy:8080

Describe alternatives you've considered (Optional)

  • proxy field in the opensearch source, or in the connection subfield
  • proxy field in the data-prepper-config.yaml
  • Environment variable

Additional context
The proxy configuration is already supported for the opensearch sink. It was reported in #300 and implemented in #479

Thank 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant