|
| 1 | +[role="xpack"] |
| 2 | +[[alert-management]] |
| 3 | +=== Managing Alerts |
| 4 | + |
| 5 | +beta[] |
| 6 | + |
| 7 | +The *Alerts* tab provides a cross-app view of alerting. Different {kib} apps like <<xpack-infra, Metrics>>, <<xpack-apm, APM>>, <<xpack-uptime, Uptime>>, and <<xpack-siem, SIEM>> can offer their own alerts, and the *Alerts* tab provides a central place to: |
| 8 | + |
| 9 | +* <<create-edit-alerts, Create and edit>> alerts |
| 10 | +* <<controlling-alerts, Control alerts>> including enabling/disabling, muting/unmuting, and deleting |
| 11 | +* Drill-down to <<alert-details, alert details>> |
| 12 | + |
| 13 | +[role="screenshot"] |
| 14 | +image:management/alerting/images/alerts-and-actions-ui.png[Example alert listing in the Alerts and Actions UI] |
| 15 | + |
| 16 | +For more information on alerting concepts and the types of alerts and actions available, see <<alerting-getting-started>>. |
| 17 | + |
| 18 | +[float] |
| 19 | +==== Finding alerts |
| 20 | + |
| 21 | +The *Alerts* tab lists all alerts in the current space, including summary information about their execution frequency, tags, and type. |
| 22 | + |
| 23 | +The *search bar* can be used to quickly find alerts by name or tag. |
| 24 | + |
| 25 | +[role="screenshot"] |
| 26 | +image::images/alerts-filter-by-search.png[Filtering the alerts list using the search bar] |
| 27 | + |
| 28 | +The *type* dropdown lets you filter to a subset of alert types. |
| 29 | + |
| 30 | +[role="screenshot"] |
| 31 | +image::images/alerts-filter-by-type.png[Filtering the alerts list by types of alert] |
| 32 | + |
| 33 | +The *Action type* dropdown lets you filter by the type of action used in the alert. |
| 34 | + |
| 35 | +[role="screenshot"] |
| 36 | +image::images/alerts-filter-by-action-type.png[Filtering the alert list by type of action] |
| 37 | + |
| 38 | +[float] |
| 39 | +[[create-edit-alerts]] |
| 40 | +==== Creating and editing alerts |
| 41 | + |
| 42 | +Many alerts must be created within the context of a {kib} app like <<xpack-infra, Metrics>>, <<xpack-apm, APM>>, or <<xpack-uptime, Uptime>>, but others are generic. Generic alert types can be created in the *Alerts* management UI by clicking the *Create* button. This will launch a flyout that guides you through selecting an alert type and configuring it's properties. Refer to <<alert-types>> for details on what types of alerts are available and how to configure them. |
| 43 | + |
| 44 | +After an alert is created, you can re-open the flyout and change an alerts properties by clicking the *Edit* button shown on each row of the alert listing. |
| 45 | + |
| 46 | + |
| 47 | +[float] |
| 48 | +[[controlling-alerts]] |
| 49 | +==== Controlling alerts |
| 50 | + |
| 51 | +The alert listing allows you to quickly mute/unmute, disable/enable, and delete individual alerts by clicking the action button at the right of each row. |
| 52 | + |
| 53 | +[role="screenshot"] |
| 54 | +image:management/alerting/images/individual-mute-disable.png[The actions button allows an individual alert to be muted, disabled, or deleted] |
| 55 | + |
| 56 | +These operations can also be performed in bulk by multi-selecting alerts and clicking the *Manage alerts* button: |
| 57 | + |
| 58 | +[role="screenshot"] |
| 59 | +image:management/alerting/images/bulk-mute-disable.png[The Manage alerts button lets you mute/unmute, enable/disable, and delete in bulk] |
0 commit comments