[Fleet] Use logstash instructions to include ssl => true (#129069)

This commit is contained in:
Nicolas Chaulet 2022-03-31 12:52:26 -04:00 committed by GitHub
parent a601189e64
commit a2b9070da4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,8 @@ output {
hosts => "<es_host>"
api_key => "<api_key>"
data_stream => true
# ca_cert: <path-to-cert-or-pem>
ssl => true
# cacert: <path-to-cert-or-pem>
}
}`.replace('<api_key>', apiKey || '<api_key>');
}