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

[Response Ops][Alerting] Add ability to specify custom format function when getting summarized alerts #150776

Closed
ymao1 opened this issue Feb 9, 2023 · 1 comment · Fixed by #150829
Assignees
Labels
Feature:Alerting Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)

Comments

@ymao1
Copy link
Contributor

ymao1 commented Feb 9, 2023

For the effort to onboard detection rules onto framework alert summaries, we need to provide a way for rule types to specify custom format functions for alerts returned from the alert summaries. POC here. Security will implement the function but we will provide the hook for it inside the getSummarizedAlerts function.

@ymao1 ymao1 added Feature:Alerting Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) labels Feb 9, 2023
@elasticmachine
Copy link
Contributor

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

@ymao1 ymao1 moved this from Awaiting Triage to Todo in AppEx: ResponseOps - Execution & Connectors Feb 9, 2023
@ymao1 ymao1 self-assigned this Feb 13, 2023
@ymao1 ymao1 moved this from Todo to In Review in AppEx: ResponseOps - Execution & Connectors Feb 13, 2023
ymao1 added a commit that referenced this issue Feb 13, 2023
…tom formatting for `getSummarizedAlerts` function (#150829)

Resolves #150776

## Summary

As part of the [POC to onboard detection rules onto alert
summaries](https://github.com/elastic/kibana/pull/147539/files), we
uncovered a need to allow rule types to specify a custom format function
for the alerts returned from the `getSummarizedAlerts` function. This
will allow detection rules to perform some custom transformations before
detection alerts are made available for notifications. This PR adds the
necessary hook that can be used later on.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Alerting Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)
Projects
No open projects
2 participants