ID: exclude-message
This filter can be used to exclude syslog records based on the content of the message field.
Parameters
Records for which the message field matches that regular expression will be excluded. The match is case insensitive.
Defaults to .*.
ID: exclude-priority
This filter can be used to exclude syslog records based on the priority (facility and level) of the message.
Parameters
Regular expression used to select the facility that the event must not come from. The match is case insensitive.
Defaults to .*.
Regular expression used to select the level that the event must not come from. The match is case insensitive.
Defaults to .*.
ID: exclude-process
This filter can be used to exclude syslog records based on the value in the process field.
Parameters
Regular expression that excludes messages coming from matching processes. The match is case insensitive.
Defaults to .*.
ID: select-host
This filter can be used to select syslog records based on the host from which the event was received.
Parameters
Regular expression used to select the host that the event must come from. The match is case insensitive.
Defaults to .*.
ID: select-message
This filter can be used to select syslog records based on the content of the message field.
Parameters
Only records for which the message field matches that regular expression will be selected. The match is case insensitive.
Defaults to .*.
ID: select-priority
This filter can be used to select syslog records based on the priority (facility and level) of the message.
Parameters
Regular expression used to select the facility that the event must come from. The match is case insensitive.
Defaults to .*.
Regular expression used to select the level that the event must come from. The match is case insensitive.
Defaults to .*.