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

Alert executors are not provided the date and time of the last successful execution #79166

Closed
mikecote opened this issue Oct 1, 2020 · 2 comments · Fixed by #81388
Closed
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Alerting Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)

Comments

@mikecote
Copy link
Contributor

mikecote commented Oct 1, 2020

The previousStartedAt keeps changing when the previous execution failed. The documentation states this should be the last successful execution.

Steps to reproduce:

  • Add a log for the previousStartedAt value and then a throw new Error('Fail'); line here
  • Create an index threshold alert that runs every 10 seconds
  • Notice previousStartedAt keeps increasing but should represent the last successful execution
@mikecote mikecote added bug Fixes for quality problems that affect the customer experience Feature:Alerting Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) labels Oct 1, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-alerting-services (Team:Alerting Services)

@gmmorris
Copy link
Contributor

gmmorris commented Oct 6, 2020

Given this is used by SIEM to set the timeframe of their detection queries, we think this might be high impact.
Adding this to the GA queue.

@mikecote mikecote mentioned this issue Oct 13, 2020
36 tasks
@mikecote mikecote self-assigned this Oct 22, 2020
@kobelb kobelb added the needs-team Issues missing a team label label Jan 31, 2022
@botelastic botelastic bot removed the needs-team Issues missing a team label label Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Alerting Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants