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.
See Also
- Pipeline Element Reference
- Pipeline Pipeline A Pipeline is an entity that is constructed to take a single input of stream data and process/transform it with one or more outputs. A Pipeline can have many elements within it to read, process or transform the data flowing through it.Click to see more details...
- Raw Events 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.Click to see more details...
-
Records
Records
This is a Stream Type for Streams containing data conforming to the
records:2XML Schema. It also refers more generally to any XML conforming to therecords:2XML Schema which is used in a number of places in Stroom, including as the output format for the DSParser and input for the IndexingFilter.Click to see more details... - Field Field A named data Field within some form of record or entity, and where each Field can have an associated value. In Stroom, Fields can be the Fields in an Index (or other queryable Data Source or the fields of Metadata associated with a Stream, e.g. Stream ID, Feed, creation time, etc.Click to see more details...
Last modified April 7, 2026: Merge branch '7.11' into 7.12 (5ca47c5)