Skip to content

Commit

Permalink
Add known issue for elastic#66146
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed May 15, 2020
1 parent 04da18e commit 0e50975
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e50975

Please sign in to comment.