Skip to content

Commit

Permalink
Profiling: fix stack version to profiling version alignment (#4367)
Browse files Browse the repository at this point in the history
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 aa0301c)
  • Loading branch information
florianl authored and mergify[bot] committed Oct 18, 2024
1 parent 13976ed commit 5de0539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/observability/profiling-get-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5de0539

Please sign in to comment.