mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
52172e20f6
commit
dfd85051cf
5 changed files with 0 additions and 15 deletions
|
@ -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>
|
||||
);
|
||||
};
|
||||
|
|
|
@ -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',
|
||||
{
|
||||
|
|
|
@ -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 à",
|
||||
|
|
|
@ -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": "終了日時",
|
||||
|
|
|
@ -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": "完成时间",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue