embeddedIpv4.maxRetryHandling¶
Selects how embedded IPv4 random-consistent-unique handles retry exhaustion.
This parameter applies to IP Address Anonymization Module (mmanon).
- Name:
embeddedIpv4.maxRetryHandling
- Scope:
input
- Type:
string
- Default:
input=accept-duplicates
- Required?:
no
- Introduced:
8.2410.0
Description¶
Controls how random-consistent-unique behaves after the retry limit is
reached (see
embeddedIpv4.limitUniqueMaxRetries).
The supported values are:
zero: fall back to zeroing the anonymized bits.accept-duplicates: keep the last randomized address even if it already exists.
A warning is logged whenever the retry limit is hit.
Input usage¶
module(load="mmanon")
action(type="mmanon" embeddedIpv4.anonMode="random-consistent-unique"
embeddedIpv4.limitUniqueMaxRetries="on"
embeddedIpv4.maxRetryHandling="accept-duplicates")
See also¶
IP Address Anonymization Module (mmanon)
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.