mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[EDR Workflows][Insights][UI] Rename Endpoint Insights to Automatic Troubleshooting in Permissions (#216977)
Docs update request - https://github.com/elastic/docs-content/issues/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. 
This commit is contained in:
parent
b969cc9e3d
commit
a2b70a0d45
2 changed files with 4 additions and 4 deletions
|
@ -616,19 +616,19 @@ const workflowInsightsSubFeature = (): SubFeatureConfig => ({
|
|||
privilegesTooltip: i18n.translate(
|
||||
'securitySolutionPackages.features.featureRegistry.subFeatures.workflowInsights.privilegesTooltip',
|
||||
{
|
||||
defaultMessage: 'All Spaces is required for Endpoint Insights access.',
|
||||
defaultMessage: 'All Spaces is required for Automatic Troubleshooting access.',
|
||||
}
|
||||
),
|
||||
name: i18n.translate(
|
||||
'securitySolutionPackages.features.featureRegistry.subFeatures.workflowInsights',
|
||||
{
|
||||
defaultMessage: 'Endpoint Insights',
|
||||
defaultMessage: 'Automatic Troubleshooting',
|
||||
}
|
||||
),
|
||||
description: i18n.translate(
|
||||
'securitySolutionPackages.features.featureRegistry.subFeatures.workflowInsights.description',
|
||||
{
|
||||
defaultMessage: 'Access the endpoint insights.',
|
||||
defaultMessage: 'Access to the automatic troubleshooting.',
|
||||
}
|
||||
),
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ describe(
|
|||
})
|
||||
.should('deep.equal', [
|
||||
'Endpoint List Displays all hosts running Elastic Defend and their relevant integration details.Endpoint List sub-feature privilegeAllReadNone',
|
||||
'Endpoint Insights Access the endpoint insights.Endpoint Insights sub-feature privilegeAllReadNone',
|
||||
'Automatic Troubleshooting Access to the automatic troubleshooting.Automatic Troubleshooting sub-feature privilegeAllReadNone',
|
||||
'Trusted Applications Helps mitigate conflicts with other software, usually other antivirus or endpoint security applications.Trusted Applications sub-feature privilegeAllReadNone',
|
||||
'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',
|
||||
'Blocklist Extend Elastic Defend’s protection against malicious processes and protect against potentially harmful applications.Blocklist sub-feature privilegeAllReadNone',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue