Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 1.14 KB

README.md

File metadata and controls

16 lines (8 loc) · 1.14 KB

Seq JSON Archive App Build status NuGet Pre Release

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.

Installing the app

Instructions for installation can be found in the Seq documentation.

The package id of this package is Seq.App.JsonArchive.

Reading archived events

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.