Skip to main content
Version: 0.12

Postprocessors

Postprocessors operate on the raw data stream and transform it. They are run after data reaches the codec and do not know or care about tremor's internal representation.

Online codecs and postprocessors can be chained to perform multiple operations in succession.

Supported Postprocessors

PostprocessorNameDescription
base64Base64 Encoding
compressCompression Algorithms
gelf-chunkingGraylog Extended Log Format (GELF) chunking
ingest-nsPrepend the ingest timestamp
length-prefixedLength prefixed data
sepatateInsert a separator between single event bytes
textual-length-prefixTextual length prefixed data