From 9acc18095bde9d4e4159cff156003ff1d275ff98 Mon Sep 17 00:00:00 2001 From: Brandon Kobel Date: Fri, 25 Oct 2019 08:23:09 -0700 Subject: [PATCH] Fixing kibana.yml doc comments for elasticsearch.ssl.certificate/key (#49262) --- config/kibana.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/kibana.yml b/config/kibana.yml index 9525a6423d90..47482f9e6d59 100644 --- a/config/kibana.yml +++ b/config/kibana.yml @@ -50,7 +50,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