Process and Filter#
WinSyslog uses a rules engine to decide what to do with each incoming event: drop it, store it, forward it, or trigger notifications.
Where to configure#
Configuring WinSyslog explains the tree view (Services, RuleSets, rules).
Filter conditions decide which events match a rule.
Actions define what happens for matching events.
Recommended setup path#
Start with one input under Services and attach it to a ruleset.
In the target ruleset, add one rule with a single, simple action (for example, Write to File).
Add filter conditions to narrow down the events: - Start broad (facility, severity, source) - Then add message/content filters
Add additional actions once the rule matches exactly what you intend.
Things that commonly trip people up#
Rule order matters: rules are evaluated top-to-bottom inside a ruleset.
A service decides which ruleset sees an event. If events “disappear”, verify the service-to-ruleset binding first.
Defaults are templates. They do not process events until you create an actual service/action instance.
Next steps#
Learn the core concepts: Rules.
If you need to enrich events, see Set Property.