From cea27fd8acedda330995b60eb95e62ed64c758b7 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Wed, 23 Jul 2025 20:09:13 -0400 Subject: [PATCH 1/3] First draft --- docs/detections/alerts-ui-manage.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/detections/alerts-ui-manage.asciidoc b/docs/detections/alerts-ui-manage.asciidoc index 16ec6c6a7a..be16f07b19 100644 --- a/docs/detections/alerts-ui-manage.asciidoc +++ b/docs/detections/alerts-ui-manage.asciidoc @@ -308,3 +308,9 @@ is `host.name: "Windows-ArsenalFC"`. NOTE: Refer to <> for information on creating Timelines and Timeline templates. For information on how to add Timeline templates to rules, refer to <>. + +[discrete] +[[clean-up-alerts-sec]] +=== Clean up alerts + +Manage the size of alert indices in your space by clearing out alerts that are older or infrequently accessed. You can do this by {kibana-ref}/run-alert-clean-up-task.html/[running an alert cleanup task], which deletes alerts according to the criteria that you define. From d08d960105089513fdc1e36d6c4c462e02bbff82 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:53:46 -0400 Subject: [PATCH 2/3] Update docs/detections/alerts-ui-manage.asciidoc --- docs/detections/alerts-ui-manage.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/detections/alerts-ui-manage.asciidoc b/docs/detections/alerts-ui-manage.asciidoc index be16f07b19..751fdece83 100644 --- a/docs/detections/alerts-ui-manage.asciidoc +++ b/docs/detections/alerts-ui-manage.asciidoc @@ -313,4 +313,4 @@ templates. For information on how to add Timeline templates to rules, refer to < [[clean-up-alerts-sec]] === Clean up alerts -Manage the size of alert indices in your space by clearing out alerts that are older or infrequently accessed. You can do this by {kibana-ref}/run-alert-clean-up-task.html/[running an alert cleanup task], which deletes alerts according to the criteria that you define. +Manage the size of alert indices in your space by clearing out alerts that are older or infrequently accessed. You can do this by {kibana-ref}/run-alert-clean-up-task.html[running an alert cleanup task], which deletes alerts according to the criteria that you define. From e72dc272457df421959a2845433c016d962cd8e1 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Thu, 24 Jul 2025 16:19:04 -0400 Subject: [PATCH 3/3] ugh! --- docs/detections/alerts-ui-manage.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/detections/alerts-ui-manage.asciidoc b/docs/detections/alerts-ui-manage.asciidoc index 751fdece83..b41743c624 100644 --- a/docs/detections/alerts-ui-manage.asciidoc +++ b/docs/detections/alerts-ui-manage.asciidoc @@ -313,4 +313,4 @@ templates. For information on how to add Timeline templates to rules, refer to < [[clean-up-alerts-sec]] === Clean up alerts -Manage the size of alert indices in your space by clearing out alerts that are older or infrequently accessed. You can do this by {kibana-ref}/run-alert-clean-up-task.html[running an alert cleanup task], which deletes alerts according to the criteria that you define. +Manage the size of alert indices in your space by clearing out alerts that are older or infrequently accessed. You can do this by {kibana-ref}/view-alerts.html#clean-up-alerts[running an alert cleanup task], which deletes alerts according to the criteria that you define.