Replace Deprecated SSL Settings with their latest values (#17392) (#17400)

(cherry picked from commit 2a03d7e8dd)

Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
This commit is contained in:
mergify[bot] 2025-03-27 10:07:08 -04:00 committed by GitHub
parent 3fd69d48bc
commit 76aae9a524
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,12 +11,12 @@ client-certificate for authentication, you configure the `keystore` and
output {
elasticsearch {
...
keystore => /path/to/keystore.jks
keystore_password => realpassword
truststore => /path/to/truststore.jks <1>
truststore_password => realpassword
ssl_keystore_path => /path/to/keystore.jks
ssl_keystore_password => realpassword
ssl_truststore_path => /path/to/truststore.jks <1>
ssl_truststore_password => realpassword
}
}
--------------------------------------------------
<1> If you use a separate truststore, the truststore path and password are
also required.
also required.