From 83f6529c210547078a1510e99fb4ca9b01593264 Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Tue, 15 Oct 2024 08:50:20 +0200 Subject: [PATCH] Profiling: fix stack version to profiling version alignment Only for stack version 8.8 the v3 host agent version should be used. Starting with stack version 8.9, the host agent version is aligned to the stack version. --- docs/en/observability/profiling-get-started.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/observability/profiling-get-started.asciidoc b/docs/en/observability/profiling-get-started.asciidoc index bc39adb16c..ee767351c0 100644 --- a/docs/en/observability/profiling-get-started.asciidoc +++ b/docs/en/observability/profiling-get-started.asciidoc @@ -142,4 +142,4 @@ https://container-library.elastic.co/r/observability/profiling-agent[Elastic con * For {k8s} deployments, the Helm chart version is already used to configure the same container image, unless overwritten with the `version` parameter in the Helm values file. -* For {stack} version 8.8 or higher, use `v3` host agents. For version 8.7, use `v2`. `v3` host agents are incompatible with 8.7 {stack} versions. +* For {stack} version 8.8, use `v3` host agents. For version 8.7, use `v2`. `v3` host agents are incompatible with 8.7 {stack} versions.