-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Response Ops] API to retrieve execution log entries from event log. #127339
Conversation
…g/event-log-aggregate
…g/event-log-aggregate
…g/event-log-aggregate
…g/event-log-aggregate
This reverts commit 939340e.
This reverts commit 40a93a4.
…g/event-log-aggregate
…g/event-log-aggregate
…o1/kibana into alerting/event-log-aggregate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM! Pulled down locally and saw the API return logs for a given rule 👍
@elasticmachine merge upstream |
…/kibana into alerting/execution-log-api
…g/execution-log-api
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic @ymao1! 🙌 Thanks for all the collab here and helping nail down the queries -- really appreciate it! And of course thank you for getting the initial agg work into the event-log client as well too! LGTM! 🙂 🚀
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
…g/execution-log-api
…/kibana into alerting/execution-log-api
💚 Build SucceededMetrics [docs]Public APIs missing exports
History
To update your PR or re-run it, just comment with: cc @ymao1 |
Resolves #126837
Summary
Adds new HTTP API to retrieve execution log information.
To Verify
https://localhost:5601/internal/alerting/rule/<rule_id>/_execution_log?date_start=<ISO date string>
and see entries for the execution log. Onlydate_start
query parameter is required, all others have default values. Defaults to sorting by descending timestamp order with 10 results per page.Checklist