Skip to content

Commit b56d397

Browse files
[SIEM][Detections] Updates text for severity and risk_score overrides (#72244) (#72587)
* updates severity mapping description text * updates risk score mapping description * updates default messages with the given suggestions Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent 912e78e commit b56d397

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/translations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const RISK_SCORE_DESCRIPTION = i18n.translate(
5151
export const RISK_SCORE_MAPPING_DESCRIPTION = i18n.translate(
5252
'xpack.securitySolution.alerts.riskScoreMapping.mappingDescriptionLabel',
5353
{
54-
defaultMessage: 'Map a field from the source event (scaled 1-100) to risk score.',
54+
defaultMessage: 'Use a source event value to override the default risk score.',
5555
}
5656
);
5757

x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/translations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const SEVERITY_DESCRIPTION = i18n.translate(
5151
export const SEVERITY_MAPPING_DESCRIPTION = i18n.translate(
5252
'xpack.securitySolution.alerts.severityMapping.mappingDescriptionLabel',
5353
{
54-
defaultMessage: 'Map a value from the source event to a specific severity.',
54+
defaultMessage: 'Use source event values to override the default severity.',
5555
}
5656
);
5757

0 commit comments

Comments
 (0)