Skip to content

Commit

Permalink
Renames detections missing parts (elastic#68408) (elastic#68760)
Browse files Browse the repository at this point in the history
* renames SIEM for Security

* changes from 'Security advanced settings' to 'Security Solution advanced settings'

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
MadameSheema and elasticmachine authored Jun 11, 2020
1 parent fcd7e15 commit 3914229
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const PRE_BUILT_MSG = i18n.translate(
'xpack.securitySolution.detectionEngine.rules.prePackagedRules.emptyPromptMessage',
{
defaultMessage:
'Elastic SIEM comes with prebuilt detection rules that run in the background and create alerts when their conditions are met. By default, all prebuilt rules are disabled and you select which rules you want to activate.',
'Elastic Security comes with prebuilt detection rules that run in the background and create alerts when their conditions are met. By default, all prebuilt rules are disabled and you select which rules you want to activate.',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const INVALID_CUSTOM_QUERY = i18n.translate(
export const CONFIG_INDICES = i18n.translate(
'xpack.securitySolution.detectionEngine.createRule.stepDefineRule.indicesFromConfigDescription',
{
defaultMessage: 'Use Elasticsearch indices from SIEM advanced settings',
defaultMessage: 'Use Elasticsearch indices from Security Solution advanced settings',
}
);

Expand All @@ -38,7 +38,7 @@ export const INDEX_HELPER_TEXT = i18n.translate(
'xpack.securitySolution.detectionEngine.createRule.stepDefineRule.indicesHelperDescription',
{
defaultMessage:
'Enter the pattern of Elasticsearch indices where you would like this rule to run. By default, these will include index patterns defined in SIEM advanced settings.',
'Enter the pattern of Elasticsearch indices where you would like this rule to run. By default, these will include index patterns defined in Security Solution advanced settings.',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const DetectionEngineUserUnauthenticated = React.memo(() => {
<EmptyPage
actionPrimaryIcon="documents"
actionPrimaryLabel={i18n.GO_TO_DOCUMENTATION}
actionPrimaryUrl={`${docLinks.ELASTIC_WEBSITE_URL}guide/en/siem/guide/${docLinks.DOC_LINK_VERSION}/detection-engine-overview.html#detections-permissions`}
actionPrimaryUrl={`${docLinks.ELASTIC_WEBSITE_URL}guide/en/security/guide/${docLinks.DOC_LINK_VERSION}/detection-engine-overview.html#detections-permissions`}
actionPrimaryTarget="_blank"
message={i18n.USER_UNAUTHENTICATED_MSG_BODY}
data-test-subj="no_index"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ export const IMPORT_RULE_BTN_TITLE = i18n.translate(
export const SELECT_RULE = i18n.translate(
'xpack.securitySolution.detectionEngine.components.importRuleModal.selectRuleDescription',
{
defaultMessage: 'Select a SIEM rule (as exported from the Detection Engine view) to import',
defaultMessage: 'Select a Security rule (as exported from the Detection Engine view) to import',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const PANEL_SUBTITLE_SHOWING = i18n.translate(

export const EMPTY_TITLE = i18n.translate('xpack.securitySolution.detectionEngine.emptyTitle', {
defaultMessage:
'It looks like you don’t have any indices relevant to the detection engine in the SIEM application',
'It looks like you don’t have any indices relevant to the detection engine in the Security application',
});

export const EMPTY_ACTION_PRIMARY = i18n.translate(
Expand Down

0 comments on commit 3914229

Please sign in to comment.