Fixing kibana.yml doc comments for elasticsearch.ssl.certificate/key (#49262) (#49351)

This commit is contained in:
Brandon Kobel 2019-10-25 09:42:02 -07:00 committed by GitHub
parent 56f9287b2c
commit 13c80ba54d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,8 @@
#server.ssl.key: /path/to/your/server.key
# Optional settings that provide the paths to the PEM-format SSL certificate and key files.
# These files validate that your Elasticsearch backend uses the same key files.
# These files are used to verify the identity of Kibana to Elasticsearch and are required when
# xpack.ssl.verification_mode in Elasticsearch is set to either certificate or full.
#elasticsearch.ssl.certificate: /path/to/your/client.crt
#elasticsearch.ssl.key: /path/to/your/client.key