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
PostprocessorName | Description |
---|---|
base64 | Base64 Encoding |
compress | Compression Algorithms |
gelf-chunking | Graylog Extended Log Format (GELF) chunking |
ingest-ns | Prepend the ingest timestamp |
length-prefixed | Length prefixed data |
sepatate | Insert a separator between single event bytes |
textual-length-prefix | Textual length prefixed data |