datalust / seq-forwarder

Local collection and reliable forwarding of log data to Seq
Apache License 2.0
57 stars 16 forks source link

Pluggable import formats #12

Closed nblumhardt closed 4 years ago

nblumhardt commented 8 years ago

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.