You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP rule - triggered by chain of events in a specific order.
Rule Needs
Event chain specifics - use standard ESP language:
RuleEvent.source_rule_name=RULENAME FOLLOWED BY
LogEvent.source_host=X.X.X.X AND LogEvent.log_source=LOGSOURCE
FOLLOWED BY RuleEvent.source_rule_name=RULENAME
Time range to check
Check interval
Logic
Convert ESP language to list of dictionaries
Get events in time interval (work on making this more efficient later)
Check events in reverse, comparing to reversed list of dictionaries
Create rule event if sequence is matched
The text was updated successfully, but these errors were encountered:
Feature Idea
ESP rule - triggered by chain of events in a specific order.
Rule Needs
Logic
The text was updated successfully, but these errors were encountered: