Process and Filter#

EventReporter uses a rules engine to decide what to do with each collected Windows event: keep it, drop it, store it, forward it, or trigger a follow-up action.

Where to configure#

  • Configuration explains the tree view and how services, rulesets, rules, filters, and actions fit together.

  • Filter Conditions decide which events match a rule.

  • Actions define what happens for matching events.

Things that commonly trip people up#

  • Rule order matters: rules are evaluated top-to-bottom inside a ruleset.

  • The service-to-ruleset binding decides which ruleset sees a collected event.

  • Defaults are templates. They do not process anything until you create an actual service or action instance.

Next steps#