mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[EDR Workflows] Rename Endpoint Insights to Automatic Troubleshooting (#213876)
Updated Endpoint Insight UI label to Automatic Troubleshooting.   
This commit is contained in:
parent
45f19b769e
commit
e0bf98e45a
5 changed files with 6 additions and 6 deletions
|
@ -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'],
|
||||
},
|
||||
],
|
||||
|
|
|
@ -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'],
|
||||
},
|
||||
],
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue