allowRegex¶
Enables support for liblognorm regex field types despite higher overhead.
This parameter applies to Log Message Normalization Module (mmnormalize).
- Name:
allowRegex
- Scope:
module
- Type:
boolean
- Default:
module=off
- Required?:
no
- Introduced:
at least 6.1.2, possibly earlier
Description¶
Specifies if regex field-type should be allowed. Regex field-type has
significantly higher computational overhead compared to other fields, so it
should be avoided when another field-type can achieve the desired effect.
Needs to be on
for regex field-type to work.
Module usage¶
module(load="mmnormalize" allowRegex="on")
See also¶
See also Log Message Normalization Module (mmnormalize).
Support: rsyslog Assistant | GitHub Discussions | GitHub Issues: rsyslog source project
Contributing: Source & docs: rsyslog source project
© 2008–2025 Rainer Gerhards and others. Licensed under the Apache License 2.0.