datalust/seq-forwarder

Pluggable import formats

nblumhardt opened this issue · 0 comments

The import command currently accepts the default JSON format produced by Serilog.

With Serilog adding compact JSON formatting, and given the desire to support more plain-text formats, we need some general infrastructure for detecting and parsing multiple input file types.

Timestamped-text and Serilog's compact format would be a good place to start with this ticket.