Skip to content

Commit

Permalink
[SIEM][Detections] Updates text for severity and risk_score overrides (
Browse files Browse the repository at this point in the history
…elastic#72244) (elastic#72587)

* updates severity mapping description text

* updates risk score mapping description

* updates default messages with the given suggestions

Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
MadameSheema and elasticmachine authored Jul 21, 2020
1 parent 912e78e commit b56d397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const RISK_SCORE_DESCRIPTION = i18n.translate(
export const RISK_SCORE_MAPPING_DESCRIPTION = i18n.translate(
'xpack.securitySolution.alerts.riskScoreMapping.mappingDescriptionLabel',
{
defaultMessage: 'Map a field from the source event (scaled 1-100) to risk score.',
defaultMessage: 'Use a source event value to override the default risk score.',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const SEVERITY_DESCRIPTION = i18n.translate(
export const SEVERITY_MAPPING_DESCRIPTION = i18n.translate(
'xpack.securitySolution.alerts.severityMapping.mappingDescriptionLabel',
{
defaultMessage: 'Map a value from the source event to a specific severity.',
defaultMessage: 'Use source event values to override the default severity.',
}
);

Expand Down

0 comments on commit b56d397

Please sign in to comment.