Skip to content

Commit

Permalink
add group_by to correlation template translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat0vu authored Feb 18, 2025
1 parent 03dcaac commit f34dc07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sigma/conversion/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1844,6 +1844,9 @@ def convert_correlation_rule_from_template(
condition=self.convert_correlation_condition_from_template(
rule.condition, rule.rules, correlation_type, method
),
groupby=self.convert_correlation_aggregation_groupby_from_template(
rule.group_by, method
),
)
]

Expand Down

0 comments on commit f34dc07

Please sign in to comment.