diff options
author | Pavel Levshin <pavel@levshin.spb.ru> | 2013-11-02 15:35:45 +0400 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-25 12:54:40 +0100 |
commit | 1d60fefd8832c97e55a87b1ee73dcd059e87c5c0 (patch) | |
tree | de21059a7eb5e09333a8ec9f1bc61e208c965848 /doc/mmnormalize.html | |
parent | ef3cadbef714a4bd3484571253d7e55b07e75a16 (diff) | |
download | rsyslog-1d60fefd8832c97e55a87b1ee73dcd059e87c5c0.tar.gz rsyslog-1d60fefd8832c97e55a87b1ee73dcd059e87c5c0.tar.bz2 rsyslog-1d60fefd8832c97e55a87b1ee73dcd059e87c5c0.zip |
Allow path parameter to place normalized fields as subtree
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> |