Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Add known issue to 8.14 release notes #189583

Merged
merged 4 commits into from
Aug 1, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ The 8.14.3 release includes the following bug fixes and known issues.

include::CHANGELOG.asciidoc[tag=known-issue-186969]

include::CHANGELOG.asciidoc[tag=known-issue-189394]

[discrete]
[[known-185691]]
.When using the Observability AI Assistant with the OpenAI connector, function calling will result in an error
Expand Down Expand Up @@ -146,6 +148,8 @@ The 8.14.2 release includes the following bug fixes and known issues.

include::CHANGELOG.asciidoc[tag=known-issue-186969]

include::CHANGELOG.asciidoc[tag=known-issue-189394]

[float]
[[fixes-v8.14.2]]
=== Bug Fixes
Expand All @@ -170,6 +174,8 @@ The 8.14.1 release includes the following bug fixes and known issues.

include::CHANGELOG.asciidoc[tag=known-issue-186969]

include::CHANGELOG.asciidoc[tag=known-issue-189394]

[float]
[[fixes-v8.14.1]]
=== Bug Fixes
Expand All @@ -194,7 +200,6 @@ For information about the {kib} 8.14.0 release, review the following information
=== Known issues

// tag::known-issue-186969[]
[discrete]
.Creating or editing APM, {observability} and {stack-monitor-app} rules fails
[%collapsible]
====
Expand All @@ -208,9 +213,32 @@ This known issue impacts only {observability}, {stack-monitor-app}, and APM and
*Workaround* +
To work around this issue for {observability} and APM and {user-experience} rules, create them from the {observability} *Alerts* page.
Refer to <<apm-alerts>> and {observability-guide}/create-alerts-rules.html[Create and manage {observability} rules].

*Resolved* +
This issue is resolved in 8.15.0.
====
// end::known-issue-186969[]

// tag::known-issue-189394[]
.{webhook-cm} connector fails to send HTTP headers
[%collapsible]
====
*Details* +
If you configured the {webhook-cm} connector to send key-value pairs as headers, that information is not sent unles you have also enabled the basic authentication option for the connector.
Refer to https://github.com/elastic/kibana/issues/189394[#189394].

*Impact* +
The impact of this issue will vary depending on the purpose of your headers.

*Workaround* +
To work around this issue, enable the *Require authentication for this webhook* option, which is the `hasAuth` property in the API.
You must then provide a username and password for authentication.

*Resolved* +
This issue is resolved in 8.15.0.
====
// end::known-issue-189394[]

[float]
[[breaking-changes-8.14.0]]
=== Breaking changes
Expand Down