-
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
Prepare alerts and actions for feature controls #52956
Prepare alerts and actions for feature controls #52956
Conversation
ac2938c
to
510bf70
Compare
@elasticmachine merge upstream |
@elasticmachine merge upstream |
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.
LGTM
@elasticmachine merge upstream |
cc @elastic/siem and @elastic/stack-monitoring about upcoming breaking change. New |
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.
LGTM, but you have a merge conflict 😬
@@ -174,6 +174,7 @@ export const getResult = (): RuleAlertType => ({ | |||
name: 'Detect Root/Admin Users', | |||
tags: [`${INTERNAL_RULE_ID_KEY}:rule-1`], | |||
alertTypeId: 'siem.signals', | |||
consumer: 'siem', |
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.
Nice! 👍
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.
LGTM! Thank you for updating our code on our side for us.
…/kibana into alerting/save-consumer-producer
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* Save consumer with alert * Make consumer mandatory
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
Resolves #51120
In this PR, I'm adding to the alerts a
consumer
field that will represent the owning application of the alert. We will be able to use this to apply feature controls once it arrives.This seems to be the only extra piece of information we need at this time to satisfy feature controls down the line.