Core concepts#
Use this section to understand how EventReporter thinks about collected Windows events and how configuration objects interact.
Concept map#
EventReporter processing follows this model:
An input service collects Windows Event Log data.
The collected data becomes an information unit inside EventReporter.
The rule engine evaluates the event against rules and filter conditions.
Matching actions store, forward, or transform the event.
In plain language, you can read this as:
input service -> ruleset -> action
Canonical concept pages#
Why this matters#
Understanding these concepts helps you:
design rulesets with predictable behavior for each input service
avoid duplicate or conflicting processing paths
choose the right action type for storage, forwarding, or alerting
troubleshoot why an event did or did not match a rule