Skip to content

Commit

Permalink
Changed wording per feedback on PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Oct 22, 2020
1 parent c2f7277 commit b8bbfcc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const THRESHOLD_TYPE_DESCRIPTION = i18n.translate(
export const THREAT_MATCH_TYPE_DESCRIPTION = i18n.translate(
'xpack.securitySolution.detectionEngine.createRule.threatMatchRuleTypeDescription',
{
defaultMessage: 'Threat Match',
defaultMessage: 'Indicator Match',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ export const THRESHOLD_TYPE_DESCRIPTION = i18n.translate(
export const THREAT_MATCH_TYPE_TITLE = i18n.translate(
'xpack.securitySolution.detectionEngine.createRule.stepDefineRule.ruleTypeField.threatMatchTitle',
{
defaultMessage: 'Threat Match',
defaultMessage: 'Indicator Match',
}
);

export const THREAT_MATCH_TYPE_DESCRIPTION = i18n.translate(
'xpack.securitySolution.detectionEngine.createRule.stepDefineRule.ruleTypeField.threatMatchDescription',
{
defaultMessage: 'Configure rules matching fields from threat feed indices.',
defaultMessage:
'Use indicators from intelligence sources to detect matching events and alerts.',
}
);
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const schema: FormSchema<DefineStepRule> = {
label: i18n.translate(
'xpack.securitySolution.detectionEngine.createRule.stepDefineRule.fieldThreatIndexPatternsLabel',
{
defaultMessage: 'Threat index patterns',
defaultMessage: 'Indicator Index Patterns',
}
),
helpText: <EuiText size="xs">{THREAT_MATCH_INDEX_HELPER_TEXT}</EuiText>,
Expand Down Expand Up @@ -265,7 +265,7 @@ export const schema: FormSchema<DefineStepRule> = {
label: i18n.translate(
'xpack.securitySolution.detectionEngine.createRule.stepDefineRule.fieldThreatMappingLabel',
{
defaultMessage: 'Threat Mapping',
defaultMessage: 'Indicator Mapping',
}
),
validations: [
Expand Down Expand Up @@ -301,7 +301,7 @@ export const schema: FormSchema<DefineStepRule> = {
label: i18n.translate(
'xpack.securitySolution.detectionEngine.createRule.stepDefineRule.fieldThreatQueryBarLabel',
{
defaultMessage: 'Threat index query',
defaultMessage: 'Indicator Index Query',
}
),
validations: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Query with a threat mapping",
"name": "Query with a indicator mapping",
"description": "Query with a threat mapping",
"rule_id": "threat-mapping",
"risk_score": 1,
Expand Down

0 comments on commit b8bbfcc

Please sign in to comment.