1. Oracle Linux 8 Documentation: Managing Core System Configuration
Chapter 22. Viewing and Managing Log Files
Section 22.3.1. Understanding the rsyslog.conf file format. The documentation states
"Each rule consists of two fields: a selector field and an action field... The selector field
also called a filter
specifies a message source and a priority level."
2. rsyslogd Official Documentation: The documentation for rsyslog.conf format specifies the basic rule structure. "Every rule line consists of two parts: a selector and an action... The selector
now also called filter
specifies which messages to select for the action." (Reference: rsyslog.com
Documentation
Configuration
rsyslog.conf).
3. Linux man pages: The rsyslog.conf(5) man page
available on Oracle Linux systems
describes the rule format. Under the "RULES" section
it details that lines are composed of a "Filter Part" and an "Action Part".