From 5de05390d1109ece89779f6fa1181eb7778b90f1 Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Sat, 19 Oct 2024 01:49:09 +0200 Subject: [PATCH] Profiling: fix stack version to profiling version alignment (#4367) 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. (cherry picked from commit aa0301c5462581b8dd9c4c3a729ad840cc16ab58) --- 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.