From 3869d571e47d69ec98c892e29bdc58c0c5572281 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:13:36 +0000 Subject: [PATCH] changelog: 8.15 removes support for integration custom ingest pipelines (#14063) (#14065) Update changelog to reflect that support for integration custom ingest pipelines has been removed as a result of migration to ES apm-data plugin (cherry picked from commit 83195a08a06037e1f963b3caf080291ecf63cf5e) Co-authored-by: Carson Ip Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- changelogs/8.15.asciidoc | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/changelogs/8.15.asciidoc b/changelogs/8.15.asciidoc index 79324556b89..c4af0c47727 100644 --- a/changelogs/8.15.asciidoc +++ b/changelogs/8.15.asciidoc @@ -20,15 +20,6 @@ https://github.com/elastic/apm-server/compare/v8.15.0\...v8.15.1[View commits] - Fix possible nil pointer dereference when parsing stacktraces in OpenTelemetry events {pull}13852[13852] - Fix missing tracking in instrumentation metrics for certain request-level status codes from Elasticsearch bulk responses {pull}13853[13853] -[float] -==== Breaking Changes - -[float] -==== Deprecations - -[float] -==== Intake API Changes - [float] ==== Added @@ -52,11 +43,7 @@ https://github.com/elastic/apm-server/compare/v8.14.3\...v8.15.0[View commits] [float] ==== Breaking Changes -[float] -==== Deprecations - -[float] -==== Intake API Changes +- Integration custom ingest pipelines `logs-apm.integration@custom`, `metrics-apm.integration@custom`, and `traces-apm.integration@custom` are no longer supported. Any existing pipelines above will need to be moved to the more fine-grained `\*-apm*@custom` ingest pipelines {pull}12066[12066] [float] ==== Added