diff --git a/explore-analyze/alerts-cases/alerts/maintenance-windows.md b/explore-analyze/alerts-cases/alerts/maintenance-windows.md index 53814a60a4..a708bf0b24 100644 --- a/explore-analyze/alerts-cases/alerts/maintenance-windows.md +++ b/explore-analyze/alerts-cases/alerts/maintenance-windows.md @@ -3,7 +3,7 @@ mapped_pages: - https://www.elastic.co/guide/en/kibana/current/maintenance-windows.html - https://www.elastic.co/guide/en/serverless/current/maintenance-windows.html applies_to: - stack: ga + stack: preview 9.0, ga 9.2 serverless: ga products: - id: kibana @@ -15,10 +15,6 @@ products: This content applies to: [![Observability](/explore-analyze/images/serverless-obs-badge.svg "")](../../../solutions/observability.md) [![Security](/explore-analyze/images/serverless-sec-badge.svg "")](../../../solutions/security/elastic-security-serverless.md) -::::{warning} -This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. -:::: - You can schedule single or recurring maintenance windows to temporarily reduce rule notifications. For example, a maintenance window prevents false alarms during planned outages. By default, a maintenance window affects all rules in all {{kib}} apps within its space. You can refine the scope of a maintenance window by adding filters and rule categories. @@ -52,6 +48,15 @@ When you create a maintenance window, you must provide a name and a schedule. Yo By default, maintenance windows affect all categories of rules. The category-specific maintenance window options alter this behavior. For the definitive list of rule types in each category, refer to the [get rule types API](https://www.elastic.co/docs/api/doc/kibana/group/endpoint-alerting). +::::{note} + +{applies_to}`stack: removed 9.2` {applies_to}`serverless: removed` The option to specify rule categories for a maintenance window is no longer available. Maintenance windows apply to all rule types. + +Note that existing maintenance windows are still applied to rule categories that were specified. However, if you edit a maintenance window after upgrading or using the latest version of {{serverless-short}}, specified rule categories are removed and the maintenance window will be applied to all rules types. + + +:::: + If you turn on **Filter alerts**, you can use KQL to filter the alerts affected by the maintenance window: :::{image} /explore-analyze/images/kibana-create-maintenance-window-filter.png @@ -61,7 +66,7 @@ If you turn on **Filter alerts**, you can use KQL to filter the alerts affected ::::{note} -* You can select only a single category when you turn on filters. +* {applies_to}`stack: removed 9.2` {applies_to}`serverless: removed` You can select only a single category when you turn on filters. * Some rules are not affected by maintenance window filters because their alerts do not contain requisite data. In particular, [{{stack-monitor-app}}](../../../deploy-manage/monitor/monitoring-data/configure-stack-monitoring-alerts.md), [tracking containment](../../../explore-analyze/alerts-cases/alerts/geo-alerting.md), [{{anomaly-jobs}} health](../../../explore-analyze/machine-learning/anomaly-detection/ml-configuring-alerts.md), and [transform health](../../../explore-analyze/transforms/transform-alerts.md) rules are not affected by the filters. :::: diff --git a/explore-analyze/images/kibana-create-maintenance-window-filter.png b/explore-analyze/images/kibana-create-maintenance-window-filter.png index 23877293e4..a038ae7f55 100644 Binary files a/explore-analyze/images/kibana-create-maintenance-window-filter.png and b/explore-analyze/images/kibana-create-maintenance-window-filter.png differ diff --git a/explore-analyze/images/kibana-create-maintenance-window.png b/explore-analyze/images/kibana-create-maintenance-window.png index b48c52ae94..f3929a156d 100644 Binary files a/explore-analyze/images/kibana-create-maintenance-window.png and b/explore-analyze/images/kibana-create-maintenance-window.png differ