diff --git a/docs/en/observability/apm/known-issues.asciidoc b/docs/en/observability/apm/known-issues.asciidoc index 41a93c0861..c7b0937ebf 100644 --- a/docs/en/observability/apm/known-issues.asciidoc +++ b/docs/en/observability/apm/known-issues.asciidoc @@ -20,9 +20,9 @@ Link to fix //// [[broken-apm-anomaly-rule]] -*Upgrading to v8.13 breaks APM anomaly rules* + +*Upgrading to v8.13.0 to v8.13.2 breaks APM anomaly rules* + _Elastic Stack versions: 8.13.0, 8.13.1, 8.13.2_ + -_Fixed in Elastic Stack version 8.14.0_ +_Fixed in Elastic Stack version 8.13.3_ // The conditions in which this issue occurs This issue occurs when upgrading the Elastic Stack to version 8.13.0, 8.13.1, or 8.13.2. @@ -35,11 +35,11 @@ The following log indicates the presence of this issue: This issue occurs because a non-optional parameter, `anomalyDetectorTypes` was added in 8.13.0 without the presence of an automation migration script. This breaks pre-existing rules as they do not have this parameter -and will fail validation. This issue is fixed in v8.14.0. +and will fail validation. This issue is fixed in v8.13.3. There are three ways to fix this error: -* Upgrade to version 8.14.0 when it's released +* Upgrade to version 8.13.3 * Fix broken anomaly rules in the APM UI (no upgrade required) * Fix broken anomaly rules with Kibana APIs (no upgrade required)