Record events from Seq to a set of newline-delimited JSON files. The format is lossless, preserving all of the event's properties along with its internal Seq-generated event id and type.
Instructions for installation can be found in the Seq documentation.
The package id of this package is Seq.App.JsonArchive.
Events in the newline-delimited JSON files can be imported into Seq using seqcli ingest --json -i <glob>
.
Along with regular JSON parsers, the JSON-formatted events written into the archive files can be transformed into Serilog events using Serilog.Formatting.Compact.Reader.