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

[DOC] Expand more on HTTP/TCP proxy in LS to LS communication #15742

Open
lucabelluccini opened this issue Jan 4, 2024 · 2 comments
Open

[DOC] Expand more on HTTP/TCP proxy in LS to LS communication #15742

lucabelluccini opened this issue Jan 4, 2024 · 2 comments

Comments

@lucabelluccini
Copy link
Contributor

Tell us about the issue

The page https://www.elastic.co/guide/en/logstash/8.11/ls-to-ls.html mentions HTTP Proxy and TCP Proxy, but we need to expand a little bit in order to not create confusion.

What we should add

  • For Lumberjack, there is no native support for TCP proxy, so the user would be required to put in place a TCP Proxy somewhere and send data to it and the TCP proxy should be configured to reroute the data properly to the destination host
  • For HTTP Output, we have a native proxy parameter https://www.elastic.co/guide/en/logstash/current/plugins-outputs-http.html#plugins-outputs-http-proxy
  • For Logstash to Logstash, there is no native support for a proxy (HTTP) in the parameters. Using the JVM http.proxyHost flags is not officially supported nor tested - it might work but it is subject to change
@lucabelluccini lucabelluccini changed the title [DOC] Expand more on HTTP/TCP proxy [DOC] Expand more on HTTP/TCP proxy in LS to LS communication Jan 4, 2024
@nandiniverma08
Copy link

@lucabelluccini Can I work on this issue ?

@lucabelluccini
Copy link
Contributor Author

Hello @nandiniverma08
I think you can.
If you're going to submit a PR, please ensure to request a review by @karenzone

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

No branches or pull requests

2 participants