mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Profiling] update Linux kernel bug warning (#171714)
## Summary New versions of Universal Profiling agent will dynamically check for a patch of the bug. Adjust the warning text accordingly. Signed-off-by: Florian Lehner <florian.lehner@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
4edf1110b5
commit
b65f0fb0ee
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ docker.elastic.co/observability/profiling-agent:${stackVersion} /root/pf-host-ag
|
|||
title={
|
||||
<FormattedMessage
|
||||
id="xpack.profiling.tabs.debWarning"
|
||||
defaultMessage="Due to a {linuxLink} which impacts stability, the profiling agent will refuse to run on kernel versions {versionFrom} to {versionTo}. Refer to {debianLink} and {fedoraLink} to learn more. If you are running such a kernel with a backported fix, please refer to {advancedLink} for instructions to override the precautionary measure."
|
||||
defaultMessage="Due to a {linuxLink} bug which impacts stability, the Universal Profiling agent will not run on unpatched kernel versions {versionFrom} to {versionTo}. Refer to {debianLink} and {fedoraLink} to learn more. If you are running an affected kernel, the Universal Profiling agent dynamically checks for the patch. Refer to {advancedLink} for instructions on overriding this check."
|
||||
values={{
|
||||
versionFrom: (
|
||||
<strong>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue