diff --git a/test/case/ietf_syslog/Readme.adoc b/test/case/ietf_syslog/Readme.adoc index f867424b..698f51a0 100644 --- a/test/case/ietf_syslog/Readme.adoc +++ b/test/case/ietf_syslog/Readme.adoc @@ -5,9 +5,29 @@ Tests verifying IETF standard syslog configuration and operation: - Basic local syslog functionality and log generation - Remote syslog forwarding and network logging + - Pattern matching using POSIX regex on message content + - Advanced comparison operators and actions (equals vs equals-or-higher) + - Hostname-based filtering for incoming messages + - Property-based filtering with operators and negation include::basic/Readme.adoc[] <<< include::remote/Readme.adoc[] + +<<< + +include::pattern_match/Readme.adoc[] + +<<< + +include::advanced_compare/Readme.adoc[] + +<<< + +include::hostname_filter/Readme.adoc[] + +<<< + +include::property_filter/Readme.adoc[]