-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Idea
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request