Skip to content

Commit

Permalink
Change references to HTTP in native
Browse files Browse the repository at this point in the history
  • Loading branch information
roaksoax committed Sep 25, 2023
1 parent e24092a commit 735fb85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 HTTP output and the HTTP input.
* 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.
* If you need a proxy between the Logstash instances, you can use any HTTP proxy.
* No connection information is added to events.

Expand Down
2 changes: 1 addition & 1 deletion docs/static/ls-ls-native.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Use SSL/TLS mutual authentication in order to ensure that the upstream Logstash
TIP: We recommend you use the {ref}/certutil.html[elasticsearch-certutil] tool to generate your certificates.

. Configure the downstream (receiving) Logstash to use SSL.
Add these settings to the HTTP Input configuration:
Add these settings to the Logstash input configuration:
+
* `ssl_enabled`: When set to `true`, it enables Logstash use of SSL/TLS
* `ssl_key`: Specifies the key that Logstash uses to authenticate with the client.
Expand Down

0 comments on commit 735fb85

Please sign in to comment.