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

(cherry picked from commit a2b9070da4)

Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
This commit is contained in:
Kibana Machine 2022-03-31 14:22:30 -04:00 committed by GitHub
parent 076ca70a47
commit 90d83d0218
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>');
}