Skip to content

Commit

Permalink
mention using buttons to filter by alert status
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcginnis committed Mar 28, 2022
1 parent 9a938ee commit 59d3311
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/en/observability/view-observability-alerts.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,20 @@ image::images/alerts-page.png[Alerts page]
== Filter alerts

To help you get started with your analysis faster, use the KQL bar to create structured queries using
{kibana-ref}/kuery-query.html[Kibana Query Language]. For example, `kibana.alert.status: "recovered"`.
{kibana-ref}/kuery-query.html[Kibana Query Language]. For example, `kibana.alert.rule.name : <>`.

You can also use the time filter to define a specific date and time range. By default, this filter is set to search
You can use the time filter to define a specific date and time range. By default, this filter is set to search
for the last 15 minutes.

You can also filter by alert status using the buttons below the KQL bar.
By default, this filter is set to *Show all* alerts, but you can filter to show only *Active* or *Recovered* alerts.

[discrete]
[[view--alert-details]]
== View alert details

When you have searched and filtered for a specific alert, you may want to inspect the alert details.
From the Alerts table, select image:images/flyout-icon.png[View details] to view additional information summarising the alert.
From the Alerts table, select image:images/flyout-icon.png[View details] to view additional information summarizing the alert.

You can find the current status of the alert, along with its duration, and when it was last
updated. To help you determine what caused the alert, you can view the expected and actual
Expand Down

0 comments on commit 59d3311

Please sign in to comment.