Skip to content

Commit

Permalink
Update APM anomaly known issue re: 8.13.3
Browse files Browse the repository at this point in the history
Since adding this known issue doc, it was decided to ship version 8.13.3, which was subsequently released on May 2.

You can see the files changed in this PR: https://github.com/elastic/kibana/pull/180717/files#diff-03fef972515c7d0a89727756ea3868982850651d7e2861d83797999cd3a40421L72-R74

are reflected in the v8.13.3 tag:  https://github.com/elastic/kibana/blob/v8.13.3/x-pack/plugins/apm/common/rules/schema.ts#L69
  • Loading branch information
jasonrhodes authored May 6, 2024
1 parent f0fae70 commit eb816be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/observability/apm/known-issues.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)

Expand Down

0 comments on commit eb816be

Please sign in to comment.