Skip to content

Commit

Permalink
wip: chained correlation rules
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dh4t committed Oct 18, 2024
1 parent aaf580d commit 020e759
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_conversion_correlations.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ def test_correlation_generate_chained_rule(test_backend):
type: event_count
rules:
- failed_login
generate: true
group-by:
- User
timespan: 10m
Expand All @@ -388,6 +389,7 @@ def test_correlation_generate_chained_rule(test_backend):
rules:
- multiple_failed_login
- successful_login
generate: true
group-by:
- User
timespan: 10m
Expand Down

0 comments on commit 020e759

Please sign in to comment.