diff options
Diffstat (limited to 'doc/mmnormalize.html')
-rw-r--r-- | doc/mmnormalize.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 <a href="http://www.liblognorm.com/files/manual/index.html"> <li><b>useRawMsg</b> [boolean]<br> Specifies if the raw message should be used for normalization (on) or just the MSG part of the message (off). Default is "off". +<li><b>path</b> [word], defaults to "$!"<br> +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="$.". </ul> <p><b>Legacy Configuration Directives</b>:</p> <ul> |