[8.8] [DOCS] Add 8.8 known issues to release notes (#159077) (#159218)

# Backport

This will backport the following commits from `main` to `8.8`:
- [[DOCS] Add 8.8 known issues to release notes
(#159077)](https://github.com/elastic/kibana/pull/159077)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Lisa
Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2023-06-07T14:30:36Z","message":"[DOCS]
Add 8.8 known issues to release notes
(#159077)","sha":"d5fbb8c433a9334e85c115509a5f59474a42a426","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","Feature:Alerting","release_note:skip","docs","backport:prev-minor","v8.9.0"],"number":159077,"url":"https://github.com/elastic/kibana/pull/159077","mergeCommit":{"message":"[DOCS]
Add 8.8 known issues to release notes
(#159077)","sha":"d5fbb8c433a9334e85c115509a5f59474a42a426"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/159077","number":159077,"mergeCommit":{"message":"[DOCS]
Add 8.8 known issues to release notes
(#159077)","sha":"d5fbb8c433a9334e85c115509a5f59474a42a426"}}]}]
BACKPORT-->
This commit is contained in:
Lisa Cawley 2023-06-07 07:56:45 -07:00 committed by GitHub
parent 528671e3bd
commit 48aff02f24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ The 8.8.1 release includes in {kibana-pull}158940[a fix] for this problem. Custo
If Monitor Management was enabled prior to 8.6.0, the API key generated internally will not contain the required permissions. The Synthetics app will attempt to fix this automatically in {kibana-pull}155203[#155203] when a user with https://www.elastic.co/guide/en/observability/8.8/synthetics-role-setup.html[sufficient privileges] visits this page for the first time after upgrading to 8.8.0.
*Impact* +
All monitors configured to run on Elastics global managed testing infrastructure will stop running until a user with permissions has loaded the Synthetics app.
All monitors configured to run on Elastic's global managed testing infrastructure will stop running until a user with permissions has loaded the Synthetics app.
====
// end::known-issue-155203[]
@ -85,13 +85,38 @@ All monitors configured to run on Elastics global managed testing infrastruct
[%collapsible]
====
*Details* +
Network throttling has been temporarily disabled for browser-based Synthetics monitors running on Elastics global managed testing infrastructure and private locations. This will be enabled again at some point in the future. We're providing frequent updates on this issue in https://github.com/elastic/synthetics/blob/main/docs/throttling.md[this document].
Network throttling has been temporarily disabled for browser-based Synthetics monitors running on Elastic's global managed testing infrastructure and private locations. This will be enabled again at some point in the future. We're providing frequent updates on this issue in https://github.com/elastic/synthetics/blob/main/docs/throttling.md[this document].
*Impact* +
With network throttling being disabled, your monitors may run more quickly (i.e. have a lower duration) than you observed previously and than when network throttling is enabled again in the future. No monitor configurations have been changed, but the network throttling settings are ignored at the moment.
====
// end::known-issue-156798[]
// tag::known-issue-120[]
[discrete]
.Alert failures when migrating to 8.8.0 from 8.6 or earlier
[%collapsible]
====
*Details* +
If a cluster meets all of the following conditions, its {elastic-sec} and {observability} rules will fail and no actions will be sent:
- The {elastic-sec} and {observability} rules were created in version 8.6 or earlier releases.
- There must be an {ref}/index-templates.html[index template] (for any index) that isn't composed of component templates.
The following error messages in the {kib} log occur when {kib} starts or when the rules run:
[source,sh]
----
Error installing component template .alerts-ecs-mappings - Cannot read properties of undefined (reading 'includes')
Error installing common resources for AlertsService. No additional resources will be installed and rule execution may be impacted. - Failure during installation. Cannot read properties of undefined (reading 'includes')
----
*Impact* +
If you have upgraded to 8.8.0 and your alerting rules fail, upgrade to 8.8.1.
====
// end::known-issue-120[]
[float]
[[breaking-changes-8.8.0]]
=== Breaking changes
@ -1130,6 +1155,7 @@ Review the following information about the {kib} 8.6.0 release.
====
*Details* +
When you attempt to create an APM latency threshold rule in **Observability** > **Alerts** > **Rules** for all services or all transaction types, the request will fail with a `params invalid` error.
*Impact* +
This known issue only impacts the Observability Rules page. To work around this issue, create APM latency threshold rules in the APM Alerts and Rules dialog. See {kibana-ref}/apm-alerts.html[Alerts and rules] for detailed instructions.
====