Preprocessors
Preprocessors operate on the raw data stream and transform it. They are run before data reaches the codec and do not know or care about tremor's internal representation.
Online codecs, preprocessors can be chained to perform multiple operations in succession.
Supported Preprocessors
Codec Name | Description |
---|---|
base64 | Base64 decoding |
decompress | Decompression algorithms |
gelf-chunking | GELF format UDP chunking |
length-prefixed | Length prefixed data |
remove-empty | Remove or coalesce out empty events |
separate | Split input by separator (e.g. linebreak) |
textual-length-prefix | Textual length prefixed data |