From 85523d5308b9e6c05d7feeaafa54f67b5115cd2b 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 b8ede760d3cdc..373334b713c26 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -53,6 +53,11 @@ SIEM:: Management:: * Editing Saved Objects (eg. Dashboards) via the "Inspect" JSON editor in Management corrupts objects {issue}66542[#66542] +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