Process and Filter#

rsyslog Windows Agent uses a rules engine to decide what to do with each collected event: forward it, enrich it, route it differently, or drop it.

Where to configure#

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#