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

Connector action retries in the event-log #172519

Open
kobelb opened this issue Dec 4, 2023 · 1 comment
Open

Connector action retries in the event-log #172519

kobelb opened this issue Dec 4, 2023 · 1 comment
Labels
Feature:Actions/Framework Issues related to the Actions Framework Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)

Comments

@kobelb
Copy link
Contributor

kobelb commented Dec 4, 2023

Feature Description

When a connector action fails and is being retried, log entries are not written to the .kibana-event-log-* indices and they do not show up in the Connector Logs UI. This creates a very confusing experience for our users because these failures are logged in the Kibana server logs, and the connector action success rate metrics exposed via /api/task_manager/metrics reflect these task failures.

When connector actions are ran, they should be included in the event-log, even if they are a retry. Additionally, it should be obvious via the Connector logs UI when a connector action is being ran as a result of the retry, how many retries are remaining, and when an attempt is the final attempt.

Business Value

Visibility into when connector actions are being retried.

Definition of Done

  • All connector action attempts are written to the event-log
  • The event-log denotes that the connector action was attempted to be ran as part of a retry
  • The final failure of the connector action attempt should be explicitly denoted
  • Unit tests
@kobelb kobelb added Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) Feature:Actions/Framework Issues related to the Actions Framework labels Dec 4, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Actions/Framework Issues related to the Actions Framework Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)
Projects
No open projects
Development

No branches or pull requests

2 participants