mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
(cherry picked from commit a2b9070da4
)
Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
This commit is contained in:
parent
076ca70a47
commit
90d83d0218
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