Skip to content

Commit

Permalink
Merge pull request #325 from Mat0vu/eql-correlation
Browse files Browse the repository at this point in the history
Prepare for EQL Correlations
  • Loading branch information
thomaspatzke authored Feb 20, 2025
2 parents 03dcaac + f34dc07 commit f9d2f18
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 f9d2f18

Please sign in to comment.