diff options
Diffstat (limited to 'source/configuration/modules/idx_messagemod.rst')
-rw-r--r-- | source/configuration/modules/idx_messagemod.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/source/configuration/modules/idx_messagemod.rst b/source/configuration/modules/idx_messagemod.rst new file mode 100644 index 0000000..f29c6af --- /dev/null +++ b/source/configuration/modules/idx_messagemod.rst @@ -0,0 +1,15 @@ +Message Modification Modules +---------------------------- + +Message modification modules are used to change the content of messages +being processed. They can be implemented using either the output module +or the parser module interface. From the rsyslog core's point of view, +they actually are output or parser modules, it is their implementation +that makes them special. + +.. toctree:: + :maxdepth: 1 + :glob: + + mm* + |