summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2012-08-11 05:58:15 +0200
committerMiloslav Trmač <mitr@redhat.com>2012-08-28 10:26:42 +0200
commit67039f21b40f711b2462b022b8c508af75ef3dcb (patch)
tree7ed9feabb18844ced920f82ee4921ce76d98f3bd /doc
parent2514bccdccaebe128055ffa0dc5132b4f4c48635 (diff)
downloadrsyslog-67039f21b40f711b2462b022b8c508af75ef3dcb.tar.gz
rsyslog-67039f21b40f711b2462b022b8c508af75ef3dcb.tar.xz
rsyslog-67039f21b40f711b2462b022b8c508af75ef3dcb.zip
Add OMSR_TPL_AS_FIELDS mode for output modules.
This does not yet do anything. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/dev_oplugins.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/dev_oplugins.html b/doc/dev_oplugins.html
index 63c186a3..10cdfd1b 100644
--- a/doc/dev_oplugins.html
+++ b/doc/dev_oplugins.html
@@ -143,6 +143,9 @@ omstdout, you can see how a plugin may deal with the situation.
array-passing capability not blindly be used.</b> In such cases, we can not guard the
plugin from segfaulting and if the plugin (as currently always) is run within
rsyslog's process space, that results in a segfault for rsyslog. So do not do this.
+<p>Another possible mode is OMSR_TPL_AS_FIELDS, when the textual content of the
+template is ignored, and a list of name-value pairs (with user-supplied flags)
+is passed to the module.
<h3>Batching of Messages</h3>
<p>Starting with rsyslog 4.3.x, batching of output messages is supported. Previously, only
a single-message interface was supported.