From 0599832fb4a3d6ebb632c91493a573e28e586c0a Mon Sep 17 00:00:00 2001 From: Pierre Gayvallet Date: Fri, 15 May 2020 20:52:28 +0200 Subject: [PATCH] Add known issue to 7.6.0 / 7.6.1 / 7.6.2 release notes for #66146 (#66690) * Add known issue for #66146 * fix property name * Apply suggestions from code review Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> --- docs/CHANGELOG.asciidoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 2aa5431f13872..47e1cff22d812 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -355,6 +355,15 @@ Platform:: See <>. +[float] +[[known-issue-7.6.2]] +=== Known issue + +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] [[bug-7.6.2]] === Bug fixes @@ -395,6 +404,15 @@ Visualizations:: See <>. +[float] +[[known-issue-7.6.1]] +=== Known issue + +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] [[security-fix-7.6.1]] === Security issues @@ -477,6 +495,9 @@ See also <>. === Known issue * When you use the default `dateFormat:tz: browser` setting, the timestamps appear in UTC instead of the local time of the user browser. To use the local time of the user browser, set `dateFormat:tz:` to the timezone of the user. {issue}57457[#57457] +* 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.6.0]]