Skip to content

Commit

Permalink
Logstash to Logstash comm page, adding LS-to-LS native HA support.
Browse files Browse the repository at this point in the history
  • Loading branch information
mashhurs committed Oct 27, 2023
1 parent 70813bf commit eb289f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/ls-ls-config.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Logstash-to-Logstash communication can be achieved in one of two ways:
This is the preferred method to implement Logstash-to-Logstash. It replaces <<ls-to-ls-http>> and has these considerations:

* It relies on HTTP as the communication protocol between the Input and Output.
* It does not provide built-in high availability. You will need to implement your own load balancer in between the Logstash output and the Logstash input.
* It provides built-in _fairness_ load balancing, which, distributes batch of events to a downstream that is running, has a capacity to receive events and no recent failures.
* If you need a proxy between the Logstash instances, you can use any HTTP proxy.
* No connection information is added to events.

Expand Down

0 comments on commit eb289f9

Please sign in to comment.