Skip to content

Commit f8e069e

Browse files
szwarckonradakowalska622
authored andcommitted
[EDR Workflows][Insights][UI] Rename Endpoint Insights to Automatic Troubleshooting in Permissions (elastic#216977)
Docs update request - elastic/docs-content#1015 This PR updates the Permissions flyout to rename Endpoint Insights to Automatic Troubleshooting. The change ensures the title and description align with the current feature name. ![Screenshot 2025-04-03 at 11 12 12](https://github.com/user-attachments/assets/a9f5b63b-a10f-49eb-b2ab-d550ef2f7ddf)
1 parent 555e3eb commit f8e069e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

x-pack/solutions/security/packages/features/src/security/v2_features/kibana_sub_features.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -616,19 +616,19 @@ const workflowInsightsSubFeature = (): SubFeatureConfig => ({
616616
privilegesTooltip: i18n.translate(
617617
'securitySolutionPackages.features.featureRegistry.subFeatures.workflowInsights.privilegesTooltip',
618618
{
619-
defaultMessage: 'All Spaces is required for Endpoint Insights access.',
619+
defaultMessage: 'All Spaces is required for Automatic Troubleshooting access.',
620620
}
621621
),
622622
name: i18n.translate(
623623
'securitySolutionPackages.features.featureRegistry.subFeatures.workflowInsights',
624624
{
625-
defaultMessage: 'Endpoint Insights',
625+
defaultMessage: 'Automatic Troubleshooting',
626626
}
627627
),
628628
description: i18n.translate(
629629
'securitySolutionPackages.features.featureRegistry.subFeatures.workflowInsights.description',
630630
{
631-
defaultMessage: 'Access the endpoint insights.',
631+
defaultMessage: 'Access to the automatic troubleshooting.',
632632
}
633633
),
634634

x-pack/solutions/security/plugins/security_solution/public/management/cypress/e2e/rbac/endpoint_role_rbac.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe(
5151
})
5252
.should('deep.equal', [
5353
'Endpoint List Displays all hosts running Elastic Defend and their relevant integration details.Endpoint List sub-feature privilegeAllReadNone',
54-
'Endpoint Insights Access the endpoint insights.Endpoint Insights sub-feature privilegeAllReadNone',
54+
'Automatic Troubleshooting Access to the automatic troubleshooting.Automatic Troubleshooting sub-feature privilegeAllReadNone',
5555
'Trusted Applications Helps mitigate conflicts with other software, usually other antivirus or endpoint security applications.Trusted Applications sub-feature privilegeAllReadNone',
5656
'Host Isolation Exceptions Add specific IP addresses that isolated hosts are still allowed to communicate with, even when isolated from the rest of the network.Host Isolation Exceptions sub-feature privilegeAllReadNone',
5757
'Blocklist Extend Elastic Defend’s protection against malicious processes and protect against potentially harmful applications.Blocklist sub-feature privilegeAllReadNone',

0 commit comments

Comments
 (0)