Remove message about alert filter (#190759)

## Summary

As we revert timestamp changes, this messaging irrelevant

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Khristinin Nikita 2024-09-05 16:08:08 +02:00 committed by GitHub
parent 52172e20f6
commit dfd85051cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 15 deletions

View file

@ -127,10 +127,6 @@ const ManualRuleRunModalComponent = ({ onCancel, onConfirm }: ManualRuleRunModal
iconType="warning"
title={i18n.MANUAL_RULE_RUN_NOTIFIACTIONS_LIMITATIONS}
/>
<EuiSpacer size="m" />
<EuiCallOut size="s" title={i18n.MANUAL_RULE_RUN_ALERT_LIMITATIONS} iconType="iInCircle" />
</EuiConfirmModal>
);
};

View file

@ -69,14 +69,6 @@ export const MANUAL_RULE_RUN_START_DATE_OUT_OF_RANGE_ERROR = (maxDaysLookback: n
'Manual rule run cannot be scheduled earlier than {maxDaysLookback, plural, =1 {# day} other {# days}} ago',
});
export const MANUAL_RULE_RUN_ALERT_LIMITATIONS = i18n.translate(
'xpack.securitySolution.manualRuleRun.alertLimitations',
{
defaultMessage:
'To view alerts generated by this run, filter the Alerts page by the time range that was selected for this manual rule run.',
}
);
export const MANUAL_RULE_RUN_NOTIFIACTIONS_LIMITATIONS = i18n.translate(
'xpack.securitySolution.manualRuleRun.notificationsLimitations',
{

View file

@ -39631,7 +39631,6 @@
"xpack.securitySolution.management.policiesSelector.label": "Politiques",
"xpack.securitySolution.management.policiesSelector.unassignedEntries": "Entrées non affectées",
"xpack.securitySolution.management.search.button": "Actualiser",
"xpack.securitySolution.manualRuleRun.alertLimitations": "Pour afficher les alertes générées par cette exécution, filtrez la page Alertes par la plage temporelle sélectionnée pour cette exécution de règle manuelle.",
"xpack.securitySolution.manualRuleRun.cancelButton": "Annuler",
"xpack.securitySolution.manualRuleRun.confirmButton": "Exécuter",
"xpack.securitySolution.manualRuleRun.endAtTitle": "Terminer à",

View file

@ -39615,7 +39615,6 @@
"xpack.securitySolution.management.policiesSelector.label": "ポリシー",
"xpack.securitySolution.management.policiesSelector.unassignedEntries": "割り当てられていないエントリ",
"xpack.securitySolution.management.search.button": "更新",
"xpack.securitySolution.manualRuleRun.alertLimitations": "この実行で生成されたアラートを表示するには、この手動ルール実行に対して選択された時間範囲で、[アラート]ページをフィルタリングします。",
"xpack.securitySolution.manualRuleRun.cancelButton": "キャンセル",
"xpack.securitySolution.manualRuleRun.confirmButton": "実行",
"xpack.securitySolution.manualRuleRun.endAtTitle": "終了日時",

View file

@ -39658,7 +39658,6 @@
"xpack.securitySolution.management.policiesSelector.label": "策略",
"xpack.securitySolution.management.policiesSelector.unassignedEntries": "未分配的条目",
"xpack.securitySolution.management.search.button": "刷新",
"xpack.securitySolution.manualRuleRun.alertLimitations": "要查看由此次运行生成的告警,请按为这次手动规则运行选定的时间范围筛选“告警”页面。",
"xpack.securitySolution.manualRuleRun.cancelButton": "取消",
"xpack.securitySolution.manualRuleRun.confirmButton": "运行",
"xpack.securitySolution.manualRuleRun.endAtTitle": "完成时间",