From 1a8c9d0d5114aba281f342aa7f1ce6b6c4436d95 Mon Sep 17 00:00:00 2001 From: Ben Skelker <54019610+benskelker@users.noreply.github.com> Date: Tue, 21 Apr 2020 09:26:06 +0300 Subject: [PATCH] [Docs]Adds saved object key setting to load balancing kib instances (#63935) * adds saved object key setting to load balancing kib instances * SIEM section doc updates * Revert "SIEM section doc updates" - wrong PR This reverts commit fc55d90a6d1fe30b2f9f06e3bf6b7efee52c84d5. * corrections --- docs/setup/production.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/setup/production.asciidoc b/docs/setup/production.asciidoc index eef2b11e53d85..19f9d64d13623 100644 --- a/docs/setup/production.asciidoc +++ b/docs/setup/production.asciidoc @@ -133,7 +133,8 @@ server.port Settings that must be the same: -------- xpack.security.encryptionKey //decrypting session cookies -xpack.reporting.encryptionKey //decrypting reports stored in Elasticsearch +xpack.reporting.encryptionKey //decrypting reports +xpack.encryptedSavedObjects.encryptionKey // decrypting saved objects -------- Separate configuration files can be used from the command line by using the `-c` flag: