From 1d60fefd8832c97e55a87b1ee73dcd059e87c5c0 Mon Sep 17 00:00:00 2001 From: Pavel Levshin Date: Sat, 2 Nov 2013 15:35:45 +0400 Subject: Allow path parameter to place normalized fields as subtree --- doc/mmnormalize.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/mmnormalize.html') diff --git a/doc/mmnormalize.html b/doc/mmnormalize.html index fc6ec6d2..f09d0993 100644 --- a/doc/mmnormalize.html +++ b/doc/mmnormalize.html @@ -38,6 +38,11 @@ can be found in the
  • useRawMsg [boolean]
    Specifies if the raw message should be used for normalization (on) or just the MSG part of the message (off). Default is "off". +
  • path [word], defaults to "$!"
    +Specifies the JSON path under which parsed elements should be placed. By default, +all parsed properties are merged into root of message properties. You can place them +under a subtree, instead. You can place them in local variables, also, by setting +path="$.".

    Legacy Configuration Directives:

      -- cgit v1.2.3