From 7bf9813d75db552c6db99efe377e89bb74b7ae1d Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Wed, 7 Feb 2024 05:16:36 +0800 Subject: [PATCH] apm: add 8.12.0 known issue about fleet ingest pipeline bug (#3597) * apm: add 8.12.0 known issue about fleet ingest pipeline bug * Update docs/en/observability/apm/known-issues.asciidoc Co-authored-by: Colleen McGinnis * Update docs/en/observability/apm/known-issues.asciidoc * Update docs/en/observability/apm/known-issues.asciidoc * move to top of page --------- Co-authored-by: Colleen McGinnis Co-authored-by: Brandon Morelli (cherry picked from commit 7c33a9d95d912fdb5da324e2e6b600cf60a0b4a0) --- .../observability/apm/known-issues.asciidoc | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/en/observability/apm/known-issues.asciidoc b/docs/en/observability/apm/known-issues.asciidoc index f4bb1fd34a..d44c9dd280 100644 --- a/docs/en/observability/apm/known-issues.asciidoc +++ b/docs/en/observability/apm/known-issues.asciidoc @@ -3,6 +3,27 @@ APM has the following known issues: +*traces-apm@custom ingest pipeline applied to certain data streams unintentionally* + +_APM Server versions: 8.12.0_ + + +// Describe the conditions in which this issue occurs +If you're using the Elastic APM Server v8.12.0, +// Describe the behavior of the issue +the `traces-apm@custom` ingest pipeline is now additionally applied to data streams `traces-apm.sampled-*` +and `traces-apm.rum-*`, and applied twice for `traces-apm-*`. This bug impacts users with a non-empty `traces-apm@custom` ingest pipeline. + +If you rely on this unintended behavior in 8.12.0, please rename your pipeline to `traces-apm.integration@custom` to preserve this behavior in later versions. + +// Describe why it happens +// This happens because... + +// Include exact error messages linked to this issue +// so users searching for the error message end up here. + +// Link to fix? +A fix was released in 8.12.1: https://github.com/elastic/kibana/pull/175448[elastic/kibana#175448]. + + *Ingesting new JVM metrics in 8.9 and 8.10 breaks upgrade to 8.11 and stops ingestion* + _APM Server versions: 8.11.0, 8.11.1_ + _Elastic APM Java Agent versions: 1.39.0+_