Skip to content

Commit

Permalink
Add known issue to 7.7.0 release notes for #66146 (#66693)
Browse files Browse the repository at this point in the history
* Add known issue for #66146

* fix property name

* Apply suggestions from code review

improve wording

Co-authored-by: gchaps <[email protected]>

Co-authored-by: gchaps <[email protected]>
  • Loading branch information
pgayvallet and gchaps authored May 15, 2020
1 parent 39d787b commit b8abde7
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 `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
Expand Down

0 comments on commit b8abde7

Please sign in to comment.