File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,8 @@ a line: ``"BYTES uint64 e0id1"``:
211211 the ``<uniRecFormat> `` element.
212212- Second parameter specifies a data type of the UniRec field. List of all supported types is available
213213 in `UniRec documentation <https://github.com/CESNET/Nemea-Framework/tree/master/unirec >`_.
214+ The plugin also supports additional virtual type "string_trimmed" that converts data to UniRec
215+ string type, but only characters up to the first occurrence of '\\ 0' (excluding) are copied.
214216- The third parameter is comma separated list of corresponding IPFIX Information Elements (IEs). In
215217 this case, "e0id1" means IPFIX IE with Private Enterprise ID 0 and IE ID 1 (which is
216218 "octetDeltaCount"). Instead of numeric identification an IE name in "<scope>:<name>" format
You can’t perform that action at this time.
0 commit comments