mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[Security Solution] update linux deadlock description + help link (#138561)
This commit is contained in:
parent
94b51c4da5
commit
e5550d466c
2 changed files with 9 additions and 4 deletions
|
@ -357,7 +357,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
|
|||
policyResponseTroubleshooting: {
|
||||
full_disk_access: `${SECURITY_SOLUTION_DOCS}deploy-elastic-endpoint.html#enable-fda-endpoint`,
|
||||
macos_system_ext: `${SECURITY_SOLUTION_DOCS}deploy-elastic-endpoint.html#system-extension-endpoint`,
|
||||
linux_deadlock: `${SECURITY_SOLUTION_DOCS}ts-management.html`,
|
||||
linux_deadlock: `${SECURITY_SOLUTION_DOCS}ts-management.html#linux-deadlock`,
|
||||
},
|
||||
responseActions: `${SECURITY_SOLUTION_DOCS}response-actions.html`,
|
||||
},
|
||||
|
|
|
@ -390,8 +390,13 @@ export const descriptions = Object.freeze(
|
|||
],
|
||||
[
|
||||
'linux_deadlock',
|
||||
// intentionally blank for now: https://github.com/elastic/security-team/issues/4264#issuecomment-1194136633
|
||||
'',
|
||||
i18n.translate(
|
||||
'xpack.securitySolution.endpoint.details.policyResponse.description.linux_deadlock',
|
||||
{
|
||||
defaultMessage:
|
||||
'Malware protection was disabled to avoid a potential system deadlock. To resolve this issue, the file systems causing this need to be identified in integration policy advanced settings (linux.advanced.fanotify.ignored_filesystems). Learn more in our',
|
||||
}
|
||||
),
|
||||
],
|
||||
])
|
||||
);
|
||||
|
@ -421,7 +426,7 @@ const linkTexts = Object.freeze(
|
|||
i18n.translate(
|
||||
'xpack.securitySolution.endpoint.details.policyResponse.link.text.linux_deadlock',
|
||||
{
|
||||
defaultMessage: ' Learn more.',
|
||||
defaultMessage: ' troubleshooting docs.',
|
||||
}
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue