Raw Events
This is a Stream Type used for Streams received by Stroom. Streams received by Stroom will be in a variety of text formats (CSV, delimited, fixed width, XML, JSON, etc.). Until they have been processed by a pipeline they are essentially just unstructured character data with no concept of what is a record/event. A Parser in a pipeline is required to provide the demarcation between records/events.
See Also
Stream
Stream
A Stream is the unit of data that Stroom works with and will typically contain many Events.Click to see more details...
Stream Type
Stream Type
All Streams must have a Stream Type. The list of Stream Types is configured using the Property
stroom.data.meta.metaTypes.Click to see more details...
Parser
Parser
A Parser is a Pipeline element for parsing Raw Events into a structured form. For example the Data Splitter Parser that parses text data into Records and Fields.Click to see more details...
Last modified April 7, 2026: Merge branch '7.11' into 7.12 (5ca47c5)