From b8abde786783d183395020a4eee75d7f79c7d3e5 Mon Sep 17 00:00:00 2001 From: Pierre Gayvallet Date: Fri, 15 May 2020 20:52:46 +0200 Subject: [PATCH] Add known issue to 7.7.0 release notes for #66146 (#66693) * Add known issue for #66146 * fix property name * Apply suggestions from code review improve wording Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> --- docs/CHANGELOG.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 0eca3345647c5..8c107e1665882 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -50,6 +50,11 @@ SIEM:: * When you deactivate an action within a rule, the rule fails {issue}64870[#64870] * When you add a timestamp to the PagerDuty action, the rule fails {issue}64871[#64871] +Configuration:: +* The `server.customResponseHeaders` option prevents {kib} from starting if headers are set using a type other than string. +To fix this, convert your boolean and number headers to strings. For example, use `my-header: "true"` instead of `my-header: true`. +{issue}66146[#66146] + [float] [[enhancement-7.7.0]] === Enhancements