Skip to content
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

Replace alert workflow status filter with status filter #1723

Merged
merged 3 commits into from
Mar 30, 2022

Conversation

colleenmcginnis
Copy link
Contributor

@colleenmcginnis colleenmcginnis commented Mar 28, 2022

Fixes #1414
Fixes #1478

Replaces the screenshot of the Alerts page and removes references to updating/filtering by workflow status of alerts.

@colleenmcginnis colleenmcginnis added backport-8.1 Automated backport with mergify backport-8.0 Automated backport with mergify labels Mar 28, 2022
@colleenmcginnis colleenmcginnis requested a review from a team as a code owner March 28, 2022 16:25
@apmmachine
Copy link
Contributor

apmmachine commented Mar 28, 2022

A documentation preview will be available soon:

@vinaychandrasekhar
Copy link

Hi @colleenmcginnis looks good, couple of comments on the "Filter alerts" section of the "View Alerts" doc page:

  • Does it make sense to provide a quick indication to readers of what 'active' and 'recovered' mean, and that the buttons offer a quick way to filter to just the active alerts for example?
  • The KQL example kibana.alert.status: "recovered" is somewhat redundant, since there is already a button in the UI that helps users filter to view just the recovered alerts. Perhaps a better example might be to filter be something like kibana.alert.rule.name : <>

@colleenmcginnis
Copy link
Contributor Author

Thanks @vinaychandrasekhar. I made a couple updates based on your comments in 59d3311.

provide a quick indication to readers of what 'active' and 'recovered' mean

I couldn't find a good definition of each status aside from what the kibana.alert.status is set to. (I was looking for something similar to Rule status.)

@vinaychandrasekhar
Copy link

@colleenmcginnis Here are the definitions after discussion with @simianhacker

"Active" - An alert is "active" when the condition defined in the rule currently matches.
"Recovered" - An alert has "recovered" when the condition defined in the rule, which previously matched, is currently no longer matching.

@colleenmcginnis colleenmcginnis merged commit 71779aa into elastic:main Mar 30, 2022
@colleenmcginnis colleenmcginnis deleted the issue-1414 branch March 30, 2022 17:24
mergify bot pushed a commit that referenced this pull request Mar 30, 2022
* update screenshot, remove references to changing workflow status

* mention using buttons to filter by alert status

* add definitions of active and recovered

(cherry picked from commit 71779aa)
mergify bot pushed a commit that referenced this pull request Mar 30, 2022
* update screenshot, remove references to changing workflow status

* mention using buttons to filter by alert status

* add definitions of active and recovered

(cherry picked from commit 71779aa)
colleenmcginnis added a commit that referenced this pull request Mar 30, 2022
* update screenshot, remove references to changing workflow status

* mention using buttons to filter by alert status

* add definitions of active and recovered

(cherry picked from commit 71779aa)

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
colleenmcginnis added a commit that referenced this pull request Mar 30, 2022
* update screenshot, remove references to changing workflow status

* mention using buttons to filter by alert status

* add definitions of active and recovered

(cherry picked from commit 71779aa)

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-8.0 Automated backport with mergify backport-8.1 Automated backport with mergify
Projects
None yet
4 participants