From 0e50975aff058ca8002ac8e2ed38c3ed332350d2 Mon Sep 17 00:00:00 2001 From: pgayvallet Date: Fri, 15 May 2020 09:46:22 +0200 Subject: [PATCH] Add known issue for #66146 --- docs/CHANGELOG.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 0eca3345647c5..730d3c660ab28 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 `http.customResponseHeaders` will prevent {kib} to start if any headers are set using other types than string. +You can convert your boolean or number headers to strings to fix this. (`my-header: "true"` instead of `my-header: true`). +{issue}66146[#66146] + [float] [[enhancement-7.7.0]] === Enhancements