Skip to content

Commit e5e994a

Browse files
committed
UniRec: updated README file (added note about "string_trimmed" type)
1 parent 0ec65cf commit e5e994a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extra_plugins/output/unirec/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)