-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.8`: - [[DOCS] Maintenance windows (#157806)](#157806) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-05-17T18:01:40Z","message":"[DOCS] Maintenance windows (#157806)","sha":"93b15b14e519c42877ce03472409ce7cc017e0b1","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Alerting","release_note:skip","Team:ResponseOps","docs","backport:prev-minor","v8.8.0","v8.9.0"],"number":157806,"url":"https://github.com/elastic/kibana/pull/157806","mergeCommit":{"message":"[DOCS] Maintenance windows (#157806)","sha":"93b15b14e519c42877ce03472409ce7cc017e0b1"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/157806","number":157806,"mergeCommit":{"message":"[DOCS] Maintenance windows (#157806)","sha":"93b15b14e519c42877ce03472409ce7cc017e0b1"}}]}] BACKPORT--> Co-authored-by: Lisa Cawley <[email protected]>
- Loading branch information
1 parent
7117cc9
commit a4c256b
Showing
7 changed files
with
58 additions
and
1 deletion.
There are no files selected for viewing
Binary file added
BIN
+115 KB
docs/management/maintenance-windows/images/create-maintenance-window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions
49
docs/management/maintenance-windows/maintenance-windows.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
[[maintenance-windows]] | ||
== Maintenance windows | ||
:description: Maintenance windows enable you to suppress rule notifications. | ||
:tags-products: [kibana, alerting] | ||
:tags-content-type: [overview] | ||
:tags-user-goals: [manage] | ||
|
||
preview::[] | ||
|
||
You can schedule single or recurring maintenance windows to temporarily reduce rule notifications. | ||
For example, a maintenance window prevents false alarms during planned outages. | ||
|
||
Maintenance windows affect all rules in all {kib} apps and spaces. | ||
Alerts continue to be generated, however notifications are suppressed as follows: | ||
|
||
- When an alert occurs during a maintenance window, there are no notifications. | ||
When the alert recovers, there are no notifications--even if the recovery occurs after the maintenance window ends. | ||
- When an alert occurs before a maintenance window and recovers during or after the maintenance window, notifications are sent as usual. | ||
|
||
[discrete] | ||
[[setup-maintenance-windows]] | ||
== Configure access to maintenance windows | ||
|
||
To use maintenance windows, you must have the appropriate {subscriptions}[subscription] and {kib} feature privileges. | ||
|
||
- To have full access to maintenance windows, you must have `All` privileges for the *Management > Maintenance Windows* feature. | ||
- To have view-only access to maintenance windows, you must have `Read` privileges for the **Management > Maintenance Windows* feature. | ||
|
||
For more details, refer to <<kibana-privileges>>. | ||
|
||
[discrete] | ||
[[manage-maintenance-windows]] | ||
== Create and manange maintenance windows | ||
|
||
In *Management > {stack-manage-app} > Maintenance Windows*, you can create, edit, and archive maintenance windows. | ||
|
||
When you create a maintenance window, you must provide a name and a schedule. | ||
You can optionally configure it to repeat daily, monthly, yearly, or on a custom interval. | ||
|
||
[role="screenshot"] | ||
image::images/create-maintenance-window.png[The Create Maintenance Window user interface in {kib}] | ||
// NOTE: This is an autogenerated screenshot. Do not edit it directly. | ||
|
||
A maintenance window can have any one of the following statuses: | ||
|
||
- `Upcoming`: It will run at the scheduled date and time. | ||
- `Running`: It is running. | ||
- `Finished`: It ended and does not have a repeat schedule. | ||
- `Archived`: It is archived. In a future release, archived maintenance windows will be queued for deletion. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters