From 9374a46543e9c43c009f80def8c3b2506b0b377e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 3 Apr 2014 03:08:50 +0200 Subject: Imported Upstream version 8.2.0 --- doc/mmjsonparse.html | 55 ---------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 doc/mmjsonparse.html (limited to 'doc/mmjsonparse.html') diff --git a/doc/mmjsonparse.html b/doc/mmjsonparse.html deleted file mode 100644 index 20a44f7..0000000 --- a/doc/mmjsonparse.html +++ /dev/null @@ -1,55 +0,0 @@ - - -CEE/lumberjack JSON support Module (mmjsonparse) - - -back - -

Log Message Normalization Module

-

Module Name:    mmjsonparse

-

Available since: 6.6.0+ -

Author: Rainer Gerhards <rgerhards@adiscon.com>

-

Description:

-

This module provides support for parsing structured log messages -that follow the CEE/lumberjack spec. The so-called "CEE cookie" is checked -and, if present, the JSON-encoded structured message content is parsed. -The properties are than available as original message properties. -

-

The "CEE cookie" is the character squence "@cee:" which must prepend the -actual JSON. Note that the JSON must be valid and MUST NOT be followed by -any non-JSON message. If either of these conditions is not true, mmjsonparse -will not parse the associated JSON. This is based on the cookie -definition used in CEE/project lumberjack and is meant to aid against -an errornous detection of a message as being CEE where it is not. -

This also means that mmjsonparse currently is NOT a generic JSON -parser that picks up JSON from whereever it may occur in the message. This -is intentional, but future versions may support config parameters to -relax the format requirements. -

Action specific Configuration Directives:

-

currently none -

-

Sample:

-

This activates the module and applies normalization to all messages:
-

- -

The same in legacy format:

- -

[rsyslog.conf overview] -[manual index] [rsyslog site]

-

This documentation is part of the -rsyslog -project.
-Copyright © 2012 by Rainer -Gerhards and -Adiscon. -Released under the GNU GPL version 3 or higher.

- -- cgit v1.2.3