Class | Description |
---|---|
AbstractParser |
Base class for convenient implementation of morphline parsers.
|
ReadBlobBuilder |
Command that emits one record for the entire input stream of the first attachment, interpreting
the stream as a Binary Large Object (BLOB), i.e.
|
ReadClobBuilder |
Command that emits one record for the entire input stream of the first attachment, interpreting
the stream as a Character Large Object (CLOB).
|
ReadCSVBuilder |
Command that extracts zero or more records from the input stream of the first attachment,
representing a Comma Separated Values (CSV) file.
|
ReadLineBuilder |
Command that emits one record per line in the input stream of the first attachment.
|
ReadMultiLineBuilder |
Multiline log parser that collapse multiline messages into a single record; supports "regex",
"what" and "negate" configuration parameters similar to logstash.
|
Copyright © 2013–2015. All rights reserved.