Skip to content

Commit 3f38e64

Browse files
kibanamachinejcger
andauthored
[8.19] [Response Ops][Alerting] Add missing acknowledged alert state copy (#226020) (#226090)
# Backport This will backport the following commits from `main` to `8.19`: - [[Response Ops][Alerting] Add missing acknowledged alert state copy (#226020)](#226020) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Julian Gernun","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-07-02T07:02:35Z","message":"[Response Ops][Alerting] Add missing acknowledged alert state copy (#226020)\n\n## Summary\n\nIncludes `acknowledged` alert state to inactive description\n\n<img width=\"798\" alt=\"Screenshot 2025-07-01 at 16 27 24\"\nsrc=\"https://github.com/user-attachments/assets/31db6a17-7d4b-45fe-a098-691896ad1b23\"\n/>","sha":"7f120569c310c3d159ddc513eb35fd35af1a07da","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:ResponseOps","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[Response Ops][Alerting] Add missing acknowledged alert state copy","number":226020,"url":"https://github.com/elastic/kibana/pull/226020","mergeCommit":{"message":"[Response Ops][Alerting] Add missing acknowledged alert state copy (#226020)\n\n## Summary\n\nIncludes `acknowledged` alert state to inactive description\n\n<img width=\"798\" alt=\"Screenshot 2025-07-01 at 16 27 24\"\nsrc=\"https://github.com/user-attachments/assets/31db6a17-7d4b-45fe-a098-691896ad1b23\"\n/>","sha":"7f120569c310c3d159ddc513eb35fd35af1a07da"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/226020","number":226020,"mergeCommit":{"message":"[Response Ops][Alerting] Add missing acknowledged alert state copy (#226020)\n\n## Summary\n\nIncludes `acknowledged` alert state to inactive description\n\n<img width=\"798\" alt=\"Screenshot 2025-07-01 at 16 27 24\"\nsrc=\"https://github.com/user-attachments/assets/31db6a17-7d4b-45fe-a098-691896ad1b23\"\n/>","sha":"7f120569c310c3d159ddc513eb35fd35af1a07da"}}]}] BACKPORT--> Co-authored-by: Julian Gernun <[email protected]>
1 parent fea61a7 commit 3f38e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/packages/shared/response-ops/alerts-delete/translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const INACTIVE_ALERTS_DESCRIPTION = i18n.translate(
4747
'responseOpsAlertDelete.inactiveAlertsDescription',
4848
{
4949
defaultMessage:
50-
'Remove alerts that were recovered, closed, or untracked longer than the threshold',
50+
'Remove alerts that were recovered, closed, acknowledged, or untracked longer than the threshold',
5151
}
5252
);
5353

0 commit comments

Comments
 (0)