We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5300e commit 514e08fCopy full SHA for 514e08f
reference/fleet/logstash-output.md
@@ -41,7 +41,7 @@ input {
41
ssl_certificate_authorities => ["<ca_path>"]
42
ssl_certificate => "<server_cert_path>"
43
ssl_key => "<server_cert_key_in_pkcs8>"
44
- ssl_client_authentication =>
+ ssl_client_authentication => "required"
45
}
46
47
@@ -52,7 +52,7 @@ output {
52
data_stream => "true"
53
api_key => "<api_key>" <3>
54
data_stream => true
55
- ssl => true
+ ssl_enabled => true
56
ssl_certificate_authorities => "<elasticsearch_ca_path>"
57
58
0 commit comments