You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ersin-erdal, after reviewing #144130 I've got a few questions on deprecating the two attributes on the rule level.
Deprecate notify_when and throttle
UI should do per-action config and move away from global settings (set them to null) [This is for the FE issue but is worth to mention here as well]
What is the planned timeline for deprecating these two attributes, then migrating solutions to the action-level frequency objects, and finally removing support for rule-level attributes?
For Security Solution, removing support for them would be a breaking change since we expose them in the request and response parameters of the Detections API endpoints, as well as we support them in our export and import rule endpoints.
Meta: #143200
As preparation for Alert Summaries feature, we need to move
notify_when
andthrottle
fields from rule object to each actions in the rule.For the sake of back compatibility we would like to keep the existing
notify_when
andthrottle
fields as well.current and recommended schemas:
https://docs.google.com/document/d/1NibS2eQXsYkNPz0UkpqIkqUA-6CFrdpJu2vvsBtUwNM/edit
This issue relates to the following functional specifications (#143200): 2.
The text was updated successfully, but these errors were encountered: