/seq-app-jsonarchive

Record events to a set of newline-delimited JSON streams

Primary LanguageRustApache License 2.0Apache-2.0

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.