QUESTION

I see alerts for my individual rules, but my correlation rule didn’t trigger. How do I troubleshoot this?

ANSWER

Resolve any rule errors you've encountered
To determine why a correlation rule didn’t alert when it should have, verify the following information:
  1. Whether the events would actually satisfy the signal rules.

  2. Whether the alerts would satisfy the match criteria for transitions.

  3. Whether the events were processed in time for the correlation rule to match.

Ensure your alerts are happening within the “lookback window” that you’ve defined in your correlation rule
Ensure the correct signals were generated by the associated rules
SELECT * 
FROM panther_signals.public.correlation_signals
WHERE p_rule_id = 'YOUR-ASSOCIATED-RULE-ID' AND p_occurs_between('2024-07-17', '2024-07-19')
LIMIT 100;
clipboard_ed7c9565af0aebf55547836329163bc1f.png
Unit testing
clipboard_ec48248f9fa3e946eb8d3607bd2fa5791.png
Limitations of correlation rules

If your correlation rule still doesn't trigger after trying the troubleshooting steps above, please contact Panther’s Support team and provide the following information: