UseSysTimeStamp¶
Takes message timestamps from the system instead of the message itself.
This parameter applies to imuxsock: Unix Socket Input Module.
- Name:
UseSysTimeStamp
- Scope:
input
- Type:
boolean
- Default:
input=on
- Required?:
no
- Introduced:
5.9.1
Description¶
This parameter instructs imuxsock
to obtain message time from
the system (via control messages) instead of using time recorded inside
the message. This may be most useful in combination with systemd. Due to
the usefulness of this functionality, we decided to enable it by default.
As such, the behavior is slightly different than previous versions.
However, we do not see how this could negatively affect existing environments.
Added in version 5.9.1.
Input usage¶
input(type="imuxsock" useSysTimeStamp="off")
Legacy names (for reference)¶
Historic names/directives for compatibility. Do not use in new configs. .. _imuxsock.parameter.legacy.inputunixlistensocketusesystimestamp:
$InputUnixListenSocketUseSysTimeStamp — maps to UseSysTimeStamp (status: legacy)
See also¶
See also imuxsock: Unix Socket Input Module.
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.