mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
# Backport This will backport the following commits from `main` to `8.6`: - [[Security Solution] `Suppress alerts by` default message refactor (#146520)](https://github.com/elastic/kibana/pull/146520) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gloria Hornero","email":"gloria.hornero@elastic.co"},"sourceCommit":{"committedDate":"2022-12-02T12:16:35Z","message":"[Security Solution] `Suppress alerts by` default message refactor (#146520)\n\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"79ebd290be0226efdedb91b00923245caaa4c4a8","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Detections and Resp","v8.6.0","v8.7.0"],"number":146520,"url":"https://github.com/elastic/kibana/pull/146520","mergeCommit":{"message":"[Security Solution] `Suppress alerts by` default message refactor (#146520)\n\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"79ebd290be0226efdedb91b00923245caaa4c4a8"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146520","number":146520,"mergeCommit":{"message":"[Security Solution] `Suppress alerts by` default message refactor (#146520)\n\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"79ebd290be0226efdedb91b00923245caaa4c4a8"}}]}] BACKPORT--> Co-authored-by: Gloria Hornero <gloria.hornero@elastic.co>
This commit is contained in:
parent
ed40c16ce9
commit
e8f51486f9
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ export const schema: FormSchema<DefineStepRule> = {
|
|||
label: i18n.translate(
|
||||
'xpack.securitySolution.detectionEngine.createRule.stepDefineRule.groupByFieldsLabel',
|
||||
{
|
||||
defaultMessage: 'Suppress Alerts By',
|
||||
defaultMessage: 'Suppress alerts by',
|
||||
}
|
||||
),
|
||||
labelAppend: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue