From 244a34bd3206695f8bf3772a822fce2e1dd111e5 Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Fri, 2 Feb 2024 15:49:17 +0000 Subject: [PATCH 1/4] changelog: add fleet ingest pipeline breaking change See https://github.com/elastic/kibana/issues/175254 Part of #12498 --- changelogs/8.12.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/changelogs/8.12.asciidoc b/changelogs/8.12.asciidoc index 94abff210f4..a33772bd21a 100644 --- a/changelogs/8.12.asciidoc +++ b/changelogs/8.12.asciidoc @@ -13,6 +13,7 @@ https://github.com/elastic/apm-server/compare/8.11\...8.12[View commits] ==== Breaking Changes - The unsupported apm_data_stream_migration ingest pipeline has been removed {pull}12102[12102]. - "publish_ready" is always false in the "GET /" response until events are received by apm-server {pull}12150[12150] +- (Known issue) `traces-apm@custom` ingest pipeline will be applied to data streams `traces-apm.sampled-*` and `traces-apm.rum.*` and applied twice for `traces-apm-*`. See Fleet changelog for details. [float] ==== Bug fixes From f48e85dfd2d76ec520204010e04ca4dd0c97135a Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Fri, 2 Feb 2024 15:51:31 +0000 Subject: [PATCH 2/4] Update changelog line --- changelogs/8.12.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/8.12.asciidoc b/changelogs/8.12.asciidoc index a33772bd21a..4e491e946d4 100644 --- a/changelogs/8.12.asciidoc +++ b/changelogs/8.12.asciidoc @@ -13,7 +13,7 @@ https://github.com/elastic/apm-server/compare/8.11\...8.12[View commits] ==== Breaking Changes - The unsupported apm_data_stream_migration ingest pipeline has been removed {pull}12102[12102]. - "publish_ready" is always false in the "GET /" response until events are received by apm-server {pull}12150[12150] -- (Known issue) `traces-apm@custom` ingest pipeline will be applied to data streams `traces-apm.sampled-*` and `traces-apm.rum.*` and applied twice for `traces-apm-*`. See Fleet changelog for details. +- (Known issue) `traces-apm@custom` ingest pipeline is now applied to data streams `traces-apm.sampled-*` and `traces-apm.rum.*` and applied twice for `traces-apm-*`. See Fleet changelog for details. [float] ==== Bug fixes From bcfaff8752d8af5659ed6c5ca286917a2bf5cb27 Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Mon, 5 Feb 2024 10:18:45 +0000 Subject: [PATCH 3/4] Update wording --- changelogs/8.12.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/8.12.asciidoc b/changelogs/8.12.asciidoc index 4e491e946d4..a63a927feaf 100644 --- a/changelogs/8.12.asciidoc +++ b/changelogs/8.12.asciidoc @@ -13,7 +13,7 @@ https://github.com/elastic/apm-server/compare/8.11\...8.12[View commits] ==== Breaking Changes - The unsupported apm_data_stream_migration ingest pipeline has been removed {pull}12102[12102]. - "publish_ready" is always false in the "GET /" response until events are received by apm-server {pull}12150[12150] -- (Known issue) `traces-apm@custom` ingest pipeline is now applied to data streams `traces-apm.sampled-*` and `traces-apm.rum.*` and applied twice for `traces-apm-*`. See Fleet changelog for details. +- A bug has been introduced, so that `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-*`. See more details and information around a fix in the Known issue section. [float] ==== Bug fixes From 8ecd9ebe0cf784e7a9e22ed54b57c98db7896c87 Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Mon, 5 Feb 2024 10:19:18 +0000 Subject: [PATCH 4/4] Update wording --- changelogs/8.12.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/8.12.asciidoc b/changelogs/8.12.asciidoc index a63a927feaf..39c77f4e7bf 100644 --- a/changelogs/8.12.asciidoc +++ b/changelogs/8.12.asciidoc @@ -13,7 +13,7 @@ https://github.com/elastic/apm-server/compare/8.11\...8.12[View commits] ==== Breaking Changes - The unsupported apm_data_stream_migration ingest pipeline has been removed {pull}12102[12102]. - "publish_ready" is always false in the "GET /" response until events are received by apm-server {pull}12150[12150] -- A bug has been introduced, so that `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-*`. See more details and information around a fix in the Known issue section. +- A bug has been introduced, so that `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-*`. See more details and information around a fix in the Known Issues section. [float] ==== Bug fixes