[EDR Workflows] Rename Endpoint Insights to Automatic Troubleshooting (#213876)

Updated Endpoint Insight UI label to Automatic Troubleshooting.
![Screenshot 2025-03-11 at 10 05
23](https://github.com/user-attachments/assets/2981c1dc-525c-4c85-8e02-8977d3efad32)
![Screenshot 2025-03-11 at 10 05
35](https://github.com/user-attachments/assets/6f2d3b50-9178-4e99-8dad-d524a2dc5722)
![Screenshot 2025-03-11 at 10 13
12](https://github.com/user-attachments/assets/201aa773-5ad9-4450-85fb-e1f90bfd88bd)
This commit is contained in:
Konrad Szwarc 2025-03-11 15:09:19 +01:00 committed by GitHub
parent 45f19b769e
commit e0bf98e45a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -165,7 +165,7 @@ const generateWorkflowInsightsDoc = ({
list_id: 'endpoint_trusted_apps',
name: `${antivirus}`,
os_types: [os],
description: 'Suggested by Security Workflow Insights',
description: 'Suggested by Automatic Troubleshooting',
tags: ['policy:all'],
},
],

View file

@ -186,7 +186,7 @@ export const stubWorkflowInsightsApiResponse = (endpointId: string) => {
list_id: 'endpoint_trusted_apps',
name: 'ClamAV',
os_types: ['linux'],
description: 'Suggested by Security Workflow Insights',
description: 'Suggested by Automatic Troubleshooting',
tags: ['policy:all'],
},
],

View file

@ -13,7 +13,7 @@ export const OVERVIEW = i18n.translate('xpack.securitySolution.endpointDetails.o
export const WORKFLOW_INSIGHTS = {
title: i18n.translate('xpack.securitySolution.endpointDetails.workflowInsights.sectionTitle', {
defaultMessage: 'Endpoint Insights',
defaultMessage: 'Automatic Troubleshooting',
}),
titleRight: i18n.translate(
'xpack.securitySolution.endpointDetails.workflowInsights.extraAction',
@ -23,7 +23,7 @@ export const WORKFLOW_INSIGHTS = {
),
scan: {
title: i18n.translate('xpack.securitySolution.endpointDetails.workflowInsights.scan.title', {
defaultMessage: 'Endpoint Insights scan',
defaultMessage: 'Automatic Troubleshooting',
}),
button: i18n.translate('xpack.securitySolution.endpointDetails.workflowInsights.scan.button', {
defaultMessage: 'Scan',

View file

@ -106,7 +106,7 @@ describe('buildIncompatibleAntivirusWorkflowInsights', () => {
{
list_id: ENDPOINT_ARTIFACT_LISTS.trustedApps.id,
name: 'AVGAntivirus',
description: 'Suggested by Security Workflow Insights',
description: 'Suggested by Automatic Troubleshooting',
entries: [
{
field: 'process.executable.caseless',

View file

@ -113,7 +113,7 @@ export async function buildIncompatibleAntivirusWorkflowInsights(
{
list_id: ENDPOINT_ARTIFACT_LISTS.trustedApps.id,
name: defendInsight.group,
description: 'Suggested by Security Workflow Insights',
description: 'Suggested by Automatic Troubleshooting',
entries: [
{
field: 'process.executable.caseless',