mmrm1stspace: First Space Modification Module¶
Author: Pascal Withopf <pascalwithopf1@gmail.com>
In rfc3164 the msg begins at the first letter after the tag. It is often the case that this is a unnecessary space. This module removes this first character if it is a space.
Examples¶
This example receives messages over imtcp and modifies them, before sending them to a file.
module(load="imtcp")
module(load="mmrm1stspace")
input(type="imtcp" port="13514")
action(type="mmrm1stspace")
action(type="omfile" file="output.log")
See also
Help with configuring/using Rsyslog
:
- Mailing list - best route for general questions
- GitHub: rsyslog source project - detailed questions, reporting issues
that are believed to be bugs with
Rsyslog
- Stack Exchange (View, Ask) - experimental support from rsyslog community
See also
Contributing to Rsyslog
:
- Source project: rsyslog project README.
- Documentation: rsyslog-doc project README