Skip to content

Commit 514e08f

Browse files
karenzonemashhurs
andauthored
Apply suggestions from code review
Co-authored-by: Mashhur <[email protected]>
1 parent 5c5300e commit 514e08f

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_client_authentication =>
44+
ssl_client_authentication => "required"
4545
}
4646
}
4747
@@ -52,7 +52,7 @@ output {
5252
data_stream => "true"
5353
api_key => "<api_key>" <3>
5454
data_stream => true
55-
ssl => true
55+
ssl_enabled => true
5656
ssl_certificate_authorities => "<elasticsearch_ca_path>"
5757
}
5858
}

0 commit comments

Comments
 (0)