From d9f74535f0c99e561d6d2a69a4a634fe867c1588 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Mon, 4 Aug 2025 16:09:09 +0200 Subject: [PATCH 1/4] Update known-issues.asciidoc --- .../observability/apm/known-issues.asciidoc | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/en/observability/apm/known-issues.asciidoc b/docs/en/observability/apm/known-issues.asciidoc index 21040409b0..a6400962f2 100644 --- a/docs/en/observability/apm/known-issues.asciidoc +++ b/docs/en/observability/apm/known-issues.asciidoc @@ -21,6 +21,31 @@ _Versions: XX.XX.XX, YY.YY.YY, ZZ.ZZ.ZZ_ // If applicable, link to fix //// +[discrete] +== APM Integration / Server might get removed after upgrading to 8.19.0 and 9.1.0 + +_Elastic Stack versions: 8.19.0 and 9.1.0_ + +_Environments: ECH, ECE, ECK, and self-managed when running Fleet_ +==== + +The APM Integration might sometimes get removed from the Elastic Agent on Cloud policy. + +When this happens, APM intake and OTLP intake through APM Server / APM Integration will stop working. + +*Workaround* + +To work around this issue you can either: + +* Restart the Integration servers through Force Restart in the Cloud Admin UI. +* Save a copy of the Elastic APM Integration policy within the Elastic Agent on Cloud policy in the Fleet UI: +** Go to *Kibana* > *Fleet* > *Elastic Cloud agent policy*, +** Select the *...* icon, then *Edit Integration*. +** Add a blank space to the *Description*, then remove it. +** Select *Save Integration* + +In both cases, the settings of APM Integration are maintained. + [discrete] == Tail Sampling may not compact / expired TTLs as quickly as desired, causing increased storage usage. From 3ba4387e3907f933da237bb0e09a3908e60d040e Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Mon, 4 Aug 2025 16:15:33 +0200 Subject: [PATCH 2/4] Update docs/en/observability/apm/known-issues.asciidoc Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com> --- docs/en/observability/apm/known-issues.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/observability/apm/known-issues.asciidoc b/docs/en/observability/apm/known-issues.asciidoc index a6400962f2..a0605bce42 100644 --- a/docs/en/observability/apm/known-issues.asciidoc +++ b/docs/en/observability/apm/known-issues.asciidoc @@ -42,7 +42,7 @@ To work around this issue you can either: ** Go to *Kibana* > *Fleet* > *Elastic Cloud agent policy*, ** Select the *...* icon, then *Edit Integration*. ** Add a blank space to the *Description*, then remove it. -** Select *Save Integration* +** Select *Save Integration*. In both cases, the settings of APM Integration are maintained. From 977e80ea1cc934f0de1eeaeb03eb57fd5358c512 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Mon, 4 Aug 2025 16:15:40 +0200 Subject: [PATCH 3/4] Update docs/en/observability/apm/known-issues.asciidoc Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com> --- docs/en/observability/apm/known-issues.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/observability/apm/known-issues.asciidoc b/docs/en/observability/apm/known-issues.asciidoc index a0605bce42..416c71a736 100644 --- a/docs/en/observability/apm/known-issues.asciidoc +++ b/docs/en/observability/apm/known-issues.asciidoc @@ -39,7 +39,7 @@ To work around this issue you can either: * Restart the Integration servers through Force Restart in the Cloud Admin UI. * Save a copy of the Elastic APM Integration policy within the Elastic Agent on Cloud policy in the Fleet UI: -** Go to *Kibana* > *Fleet* > *Elastic Cloud agent policy*, +** Go to *Kibana* > *Fleet* > *Elastic Cloud agent policy*. ** Select the *...* icon, then *Edit Integration*. ** Add a blank space to the *Description*, then remove it. ** Select *Save Integration*. From 568eb05c703941f023d28c0d0ee94b9a8ee3c623 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Mon, 4 Aug 2025 16:42:17 +0200 Subject: [PATCH 4/4] Update known-issues.asciidoc --- docs/en/observability/apm/known-issues.asciidoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/observability/apm/known-issues.asciidoc b/docs/en/observability/apm/known-issues.asciidoc index 416c71a736..857802648d 100644 --- a/docs/en/observability/apm/known-issues.asciidoc +++ b/docs/en/observability/apm/known-issues.asciidoc @@ -25,9 +25,7 @@ _Versions: XX.XX.XX, YY.YY.YY, ZZ.ZZ.ZZ_ == APM Integration / Server might get removed after upgrading to 8.19.0 and 9.1.0 _Elastic Stack versions: 8.19.0 and 9.1.0_ - _Environments: ECH, ECE, ECK, and self-managed when running Fleet_ -==== The APM Integration might sometimes get removed from the Elastic Agent on Cloud policy.