Delimited Formatter
Description | Config Example |
---|---|
Delivering the data in a Delimited Format. | {"name":"delimited","type":"transform","includeKeys":true,"delim":"$"} |
Delimited format
The data flow should be defined with the ‘Delimited formatter’ condition, inside the relevant forwarder:
Fields Delimiter - Set the delimiter of the fields.
Format in Key/Value structure.
Prefix - Added to the start of the output.
Suffix - Added to the end of the output.
Key/Value Delimiter - Set the delimiter between the key and the value.
Include Empty Values.
Key Types - If 'ftypes' then use the ftype as the column name.
Output: The target receives the logs in a delimited format which was defined by the user.
Â