Skip to content

Commit

Permalink
[Profiling] Update minimum X86 kernel version
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Feb 29, 2024
1 parent e64842f commit 4709460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -24,7 +24,7 @@ Before setting up Universal Profiling, make sure you meet the following requirem

* An {stack} deployment on http://cloud.elastic.co[{ecloud}] at version 8.7.0 or higher. Universal Profiling is currently only available on Elastic Cloud.
* The workloads you're profiling must be running on Linux machines with x86_64 or ARM64 CPUs.
* The minimum supported kernel version is either 4.15 for x86_64 or 5.5 for ARM64 machines.
* The minimum supported kernel version is either 4.19 for x86_64 or 5.5 for ARM64 machines.
* The Integrations Server must be enabled on your {ecloud} deployment.
* Credentials (username and password) for the `superuser` Elasticsearch role (typically, the `elastic` user).

Expand Down
2 changes: 1 addition & 1 deletion docs/en/observability/profiling-troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If the Universal Profiling Agent is running on an unsupported kernel version, th
+
[source,logs]
----
Universal Profiling Agent requires kernel version 4.15 or newer but got 3.10.0
Universal Profiling Agent requires kernel version 4.19 or newer but got 3.10.0
----
+
If eBPF features are not available in the kernel, the Universal Profiling Agent fails to start, and one of the following is logged:
Expand Down

0 comments on commit 4709460

Please sign in to comment.