Skip to content

Commit 5c5300e

Browse files
committed
Update SSL config settings for logstash output
1 parent b8bedb2 commit 5c5300e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/fleet/logstash-output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ input {
4141
ssl_certificate_authorities => ["<ca_path>"]
4242
ssl_certificate => "<server_cert_path>"
4343
ssl_key => "<server_cert_key_in_pkcs8>"
44-
ssl_verify_mode => "force_peer"
44+
ssl_client_authentication =>
4545
}
4646
}
4747
@@ -53,7 +53,7 @@ output {
5353
api_key => "<api_key>" <3>
5454
data_stream => true
5555
ssl => true
56-
# cacert => "<elasticsearch_ca_path>"
56+
ssl_certificate_authorities => "<elasticsearch_ca_path>"
5757
}
5858
}
5959
```

0 commit comments

Comments
 (0)