mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Fleet] Use logstash instructions to include ssl => true (#129069)
This commit is contained in:
parent
a601189e64
commit
a2b9070da4
1 changed files with 2 additions and 1 deletions
|
@ -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>');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue