File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,29 @@ Tests verifying IETF standard syslog configuration and operation:
55
66 - Basic local syslog functionality and log generation
77 - Remote syslog forwarding and network logging
8+ - Pattern matching using POSIX regex on message content
9+ - Advanced comparison operators and actions (equals vs equals-or-higher)
10+ - Hostname-based filtering for incoming messages
11+ - Property-based filtering with operators and negation
812
913include::basic/Readme.adoc[]
1014
1115<<<
1216
1317include::remote/Readme.adoc[]
18+
19+ <<<
20+
21+ include::pattern_match/Readme.adoc[]
22+
23+ <<<
24+
25+ include::advanced_compare/Readme.adoc[]
26+
27+ <<<
28+
29+ include::hostname_filter/Readme.adoc[]
30+
31+ <<<
32+
33+ include::property_filter/Readme.adoc[]
You can’t perform that action at this time.
0 commit comments