Skip to content

Commit

Permalink
Merge pull request #324 from Mat0vu/eql-correlation
Browse files Browse the repository at this point in the history
Prepare Pysigma for EQL Correlations
  • Loading branch information
thomaspatzke authored Feb 17, 2025
2 parents c443ca4 + 4bdbd3b commit 03dcaac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sigma/conversion/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1837,6 +1837,7 @@ def convert_correlation_rule_from_template(
template[method].format(
search=search,
typing=self.convert_correlation_typing(rule),
timespan=self.convert_timespan(rule.timespan, method),
aggregate=self.convert_correlation_aggregation_from_template(
rule, correlation_type, method, search
),
Expand Down

0 comments on commit 03dcaac

Please sign in to comment.