-
Notifications
You must be signed in to change notification settings - Fork 163
[ResponseOps][Docs]: Maintenance window GAing and category options removed #2855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
42cdb64
9d70bbb
3072898
3124114
63707b3
02bd7f4
fe93e49
ff3726f
8b51e04
57e94fd
7391170
bac8a2f
4e0b0cc
e936514
846e5c6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [](../../../solutions/observability.md) [](../../../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. | ||
nastasha-solomon marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry my bad for not pointing out earlier, that removing category will cause MW to apply to all solutions, not all rule 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. | ||
|
||
:::: | ||
|
Uh oh!
There was an error while loading. Please reload this page.