diff --git a/images/alert_firing.png b/images/alert_firing.png index 053ae7dc0..ccf3644b5 100644 Binary files a/images/alert_firing.png and b/images/alert_firing.png differ diff --git a/images/alert_tag_add.png b/images/alert_tag_add.png index 876d84ed1..fe605f360 100644 Binary files a/images/alert_tag_add.png and b/images/alert_tag_add.png differ diff --git a/images/alert_tag_path.png b/images/alert_tag_path.png index d417ad2c4..82c6be54e 100644 Binary files a/images/alert_tag_path.png and b/images/alert_tag_path.png differ diff --git a/images/alert_versions.png b/images/alert_versions.png index 714e81dcb..bf94eecda 100644 Binary files a/images/alert_versions.png and b/images/alert_versions.png differ diff --git a/images/alerts_filter.png b/images/alerts_filter.png index 17fa1de6a..534e8d6f6 100644 Binary files a/images/alerts_filter.png and b/images/alerts_filter.png differ diff --git a/images/delete_alert.png b/images/delete_alert.png index d791d27ee..6b3e1c03b 100644 Binary files a/images/delete_alert.png and b/images/delete_alert.png differ diff --git a/images/edit_alert.png b/images/edit_alert.png index c529c1248..eb452348b 100644 Binary files a/images/edit_alert.png and b/images/edit_alert.png differ diff --git a/images/select-deleted-alerts.png b/images/select-deleted-alerts.png index 3abb5d785..d5f11e57b 100644 Binary files a/images/select-deleted-alerts.png and b/images/select-deleted-alerts.png differ diff --git a/images/show_firings.png b/images/show_firings.png index 3bde5a1c2..b86b23081 100644 Binary files a/images/show_firings.png and b/images/show_firings.png differ diff --git a/pages/doc/alerts.md b/pages/doc/alerts.md index 99994dce1..374224959 100644 --- a/pages/doc/alerts.md +++ b/pages/doc/alerts.md @@ -213,7 +213,7 @@ For each alert, the Alerts Browser includes detailed information. For example, a Follow these steps for a tour: 1. Click the ellipsis icon to the left for a menu. -2. Click the chart icon next to the status for alert details. If the alert is firing, click to examine the alert in Alert Viewer. +2. Click the chart icon under the **State** column for alert details. If the alert is firing, click to examine the alert in Alert Viewer. 3. View the alert condition and points. 4. View details below the severity: - View the last affected series, including the affected sources and point tags. @@ -255,16 +255,13 @@ Alert version history shows: You can revert back to a past alert version or clone a past alert version.

. -alert history selected in menu +alert history selected in menu. - - - -### Step 5: Organize Related Alerts With Tags +### Step 5: Organize Related Alerts with Tags You can use alert tags to organize related alerts into categories. Alert tags are especially useful for setting up [maintenance windows](maintenance_windows_managing.html). You can: * [Search or filter](wavefront_searching.html) the list of alerts in the Alerts Browser to show only a category of alerts. @@ -272,21 +269,30 @@ You can use alert tags to organize related alerts into categories. Alert tags ar * [Reference a group of alert metrics](alerts_dependencies.html#referencing-alert-metrics) in a single expression. - - - - - - + + + + + +
-
-To add a new or existing alert tag at any time: -
    -
  • Set the Tags property when you create or edit the alert.
  • -
  • Click plus (+) at the bottom of the alert in the Alerts Browser.
  • -
  • Select one or more alerts in the Alerts Browser and click +Tag or -Tag
  • -
-

For example, you might assign tags like networkOps, underDevelopment, and eastCoast. All users can later search for one or more of these tags to find any other alerts that are in the same category or combination of categories.

-
Alerts Browser, + selected for single alert, Add Existing Tag and Create New Tag options
+
+ To add a new or existing alert tag at any time: +
    +
  • + Set the Tags property when you create or edit the alert. +
  • +
  • + In the Alerts Browser, expand to get the details view of an alert, and click plus (+) under Alert Tags. +
  • +
  • + Select one or more alerts in the Alerts Browser and click +Tag or -Tag +
  • +
+

For example, you might assign tags like networkOps, underDevelopment, and eastCoast. All users can later search for one or more of these tags to find any other alerts that are in the same category or combination of categories.

+ {% include note.html content="If you want to add a new tag in the revamped Alerts Browser, enter the name of the tag and click plus icon next to the new tag name. " %} +
+ Alerts Browser, + selected for single alert, Add Existing Tag and Create New Tag options +
@@ -296,10 +302,10 @@ To add a new or existing alert tag at any time: ### Step 6: (Optional) Use Multi-Level Alert Tags If your environment has a nested set of categories, you can use alert tag paths. For example, suppose you have created a group of alerts that you use as demo examples, and: -* Within the demo group, some alerts monitor network activity, while others monitor request latency. -* Within each subgroup, some alerts monitor production applications, while others monitor development applications. +* Within the demo group, some alerts monitor network activity. +* Within each subgroup, some alerts monitor production applications. -To manage these alerts, you assign the tag paths `example.network.prod`, `example.network.dev`, `example.latency.prod`, and `example.latency.dev`. The Alerts Browser below shows the tag paths as a hierarchy under **Tag Paths** on the left. You can click **example** and then **network** to view all alerts that have a tag path that starts with `example.network`. +To manage these alerts, you assign the tag paths `example.network.prod` and `example.latency.prod`. The Alerts Browser below shows the tag paths as a hierarchy under **Tag Paths** on the left. You can click **example** and then **network** to view all alerts that have a tag path that starts with `example.network`. ![Alert tag path](images/alert_tag_path.png) diff --git a/pages/doc/alerts_delayed_data.md b/pages/doc/alerts_delayed_data.md index 3efd54324..90508828a 100644 --- a/pages/doc/alerts_delayed_data.md +++ b/pages/doc/alerts_delayed_data.md @@ -86,7 +86,6 @@ You can use either of the following techniques (or both): * Use the `lag()` function in the alert condition. * Increase the length of the alert check time window. - ### Adjust the Alert Condition You can use the [`lag()`](ts_lag.html) function in an alert condition to shift the alert check time window back in time. Pick a time window that you think might be old enough to contain backfilled values. Without `lag()`, the alert check time window ends immediately before alert checking occurs, which is too soon for backfilling to occur. diff --git a/pages/doc/alerts_states_lifecycle.md b/pages/doc/alerts_states_lifecycle.md index 3acfe828a..fb6a626d3 100644 --- a/pages/doc/alerts_states_lifecycle.md +++ b/pages/doc/alerts_states_lifecycle.md @@ -175,17 +175,15 @@ Alert checks are based on data that is summarized every minute. Consequently, i ### Viewing Firing Alerts -When you hover over **Alerting** on the toolbar, you can see how many alerts are firing. - - - +Click FIRING to filter the list of alerts. +
+
The filter bar at the left of the Alerts Browser shows the number of firing alerts by severity. For multi-threshold alerts, we list each alert only for the highest severity even if lower severity conditions are also met.

-Click FIRING to filter the list of alerts
Alerts in different states at the top, below the filter options with FIRING selected.Alerts in different states at the top, below the filter options with FIRING selected.